You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to change the selected value. But I need to change the its attribute as well but it is empty in this case.
I even tried the refresh method but it is working for the 1st selectbox but not for the second.
How can we change attribute of the "span.selectboxit-text" ?
I have 2 selectboxes. I used :
$('select#id').data("selectBox-selectBoxIt").selectOption(yearVal);
to change the selected value. But I need to change the its attribute as well but it is empty in this case.
I even tried the refresh method but it is working for the 1st selectbox but not for the second.
How can this be done? @gfranko
The text was updated successfully, but these errors were encountered: