Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

I am using the jquery chosen plugin, but am unable to access one of the properties which I need to clear, namely 'current_value' which is used to store the last selected value. I have a particular use case where I would like to clear this field. I have added a reset method to the plugin, but I am not able to get a reference to the instance of the chosen object to invoke the new method. I can see this field and change it in firebug, but I can't work out how to call it.

share|improve this question
Chosen updates the underlying select element, so you should be able to clear the value there and call "liszt:updated" to trigger. That's the traditional way at least; what's your use case? – Mike Robinson Jul 2 '12 at 14:57

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.