Hey guys,
Sorry if this is in the wrong forum or something, but I feel like this must be a basic question since nobody else is having trouble.
I'm using this beautiful jquery dropdown plugin (
http://tympanus.net/codrops/2012/11/29/simple-effects-for-drop-down-lists/) and I can't figure out how to detect any kind of change when it's clicked, or how to do ANYTHING with it.
I mean I have it working on my page, but I'm not sure how to detect when its value has changed. The Change() method doesn't work because, if I'm understanding it right, the plugin basically converts the dropdown to a list.
So how do I get the value of the dropdown after it's been changed?
Any help appreciated!