elclanrs / jq-idealforms-old

The ultimate framework for building and validating responsive HTML5 forms.
665 stars 95 forks source link

ID Selector in setFieldOptions #131

Open obxpete opened 11 years ago

obxpete commented 11 years ago

any reason why the following would not work to reset the select drop-down to no filters?

idealform.setFieldOptions( '#StdState', { filters: '' })

Chrome Developer tools console tells me:

Uncaught Error: Syntax error, unrecognized expression: ##StdState

very curious that Chrome shows two pound signs!

Anyway, thanks in advance.