0

I'm using the excellent multiselect jQuery plugin available at http://loudev.com/

I have it working except that when I try to use the refresh method as in:

$('#FPCountry').multiSelect('refresh'); 

I get an error:

Object doesn't support this property or method

I've initialized the multiselect box on the page load. Can anyone provide pointers as to why the refresh is failing? Thanks in advance.

4

1 回答 1

0

你首先需要$('#FPCountry').multiSelect();

于 2013-03-02T23:41:38.850 回答