What event fires when a category is selected in the question bank screen?

Re: What event fires when a category is selected in the question bank screen?

by Lea Cohen -
Number of replies: 0
A fellow developer helped me, and the event that should be triggered is simply the form's submission :
$("#displayoptions").submit();
I fire this when the change event is triggered on the select, and the page refreshes with the selected category's questions. That's what I needed!
Average of ratings: Useful (1)