Hi,
I have a series of pqSelects in a div. When a user clicks a 'Reset' button, I'd like to reset all the pqSelects to their first option (aka selectedIndex==0). I don't see any pqSelect method for doing this. Is it even possible?
For example:
$(divID).find('.pq-select').pqSelect("select", 0);
Thanks,
Mike