gfranko / jquery.selectBoxIt.js

A jQuery Select Box Plugin for Mobile, Tablet, and Desktop
http://www.selectboxit.com
MIT License
852 stars 301 forks source link

SelectBoxIt attribute issues #401

Open MSCoder2310 opened 3 years ago

MSCoder2310 commented 3 years ago

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

cliftonlueilwitz commented 1 year ago

Hi @MSCoder2310 is this issue resolved?