I need to prompt an alert message when a user selects a particular option in a select menu. Is there a way to do this using jQuery?
|
|
assuming your select has an ID of myselect, and the value you want to check is "myval"
I havent tested this but the concept should be sound |
||
|
|
|
|
I recently bumped into the jQuery Confirm Plugin. It may or may be what you are looking for. |
||
|
|
