A way to select a value using jquery
Closed this issue · 2 comments
simogeo commented
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.
paulstraw commented
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.
simogeo commented
thanks for your reply.