Jquery .select function for selecting inside of select menus

Posted by Jeff on Stack Overflow See other posts from Stack Overflow or by Jeff
Published on 2010-05-18T18:38:55Z Indexed on 2010/05/18 18:40 UTC
Read the original article Hit count: 352

Filed under:
|
|
|
|

I have a select menu with two options that are settings for my website. Instead of having a save button, I want it to save to the db when the new value is selected. Right now I have setup a .click function in my jquery file that achieves this purpose for the most part. The only problem is that if you click the drop down arrow (like click down and then back up) it counts that as a click and begins saving to the db.

Is there a way I can make it so that it begins saving only when one of the options in the select menu is selected? or maybe even if only a different value is selected? Any help is greatly appreciated! Thanks

© Stack Overflow or respective owner

Related posts about select

Related posts about html