html - Jquery .select function for selecting inside of select menus? -


I have two options which are settings for my website, instead of placing a save button, I want it to be new Save DB when price is selected. A .click function is now setup in my jazzary file which gets this purpose for the most part. The only problem is that if you click the drop down arrow (like click below and then back up), then it is counted as a click and starts saving DB.

Is there any way I can make it, so that only one of the options in the selection menu starts saving? Or maybe even if only a different value is chosen? Any help is greatly appreciated! Thanks

You can tie the event with change , but triggers different browsers At some point of time (as soon as it is changed, or the user is away from the drop down) should know about some, but it works very well.


Comments