Search code examples
jqueryselecteddrop-down-menupreventdefault

jQuery select box if option 1 is selected


I have a problem writing a script that will prevent default behavior of submit button when option 1 from select box is selected. Here's the code:

http://jsfiddle.net/QgZHC/4/

Also on my website I'm using skinnable-select plugin but I don't know if that has any impact on the script. We'll be grateful for any help.


Solution

  • Try this: http://jsfiddle.net/QgZHC/7/