[jQuery] Selecting options programatically with change event fired
I'm making first steps using QUnit for unit testing javascript.
I have a logic that based on selected option from selectbox does
something. I would like to test that logic but I'm unable to select
options programatically in my tests so that "change" event of the
selectbox is fired.
Please help.