Greg Franko

Results 88 comments of Greg Franko

Do you have a sample URL that I could look at?

This also looks like a SelectBoxIt bug. Good catch! I will fix this in the next release. For the time being, you have two options: Programmatically set the current option...

Have you tried calling the SelectBoxIt `disable()` method before you empty the HTML contents of the select box? Also, this is unrelated, but you may want to look at the...

@amz4u2nv SelectBoxIt is currently being refactored, and this is a top priority. If you would like to contribute, then I can let you know when the refactor is done and...

@foiseworth Still a work in progress (because of time constraints) but I will get it done since this is the most heavily requested feature.

SelectBoxIt will support many different types of multiple selects. Unfortunately, I can't give you an accurate timetable for when that will happen.

@gussyboy Absolutely. SelectBoxIt should work with all versions of jQuery > `1.8.3`

Unfortunately, when you create so many drop downs at the same time, you are bound to have performance issues (since the DOM is slow). That being said, there is an...