paulstraw/FancySelect

A way to select a value using jquery

Closed this issue · 2 comments

Hi,

Nice project. Works well but I'd like to be able to set selected value from jQuery instruction. Is there an easy way ?

For a classic select I would do something like that : $("select.s-theme").val("all"); but it does not work with fancySelect.

How can I achieve this. Thanks in advance.

Hey @simogeo, I am not officially supporting or maintaining FancySelect at this time. You can read a bit more about the rationale behind that in the readme.

thanks for your reply.