Hello,
Apologies if this is the wrong forum, but I have an issue using the jquery validator at
It works great except for dropdown lists in Firefox. if I tab through a web form in IE and do not enter any values, it will show the error but in Firefox it does not.
The dropdowns have --- Please Select --- visible and basically I need to check that a value is entered in the dropdowns. Currently it checks by regex:
"Choose":{
"regex":"/^[0-9a-zA-Z /\~|()-]+$/",
"alertText":"* Please make a selection"}
What I really need is to just check that the value is NOT "--- Please Select ---"
Can anyone offer any advice please?
Apologies if this is the wrong forum, but I have an issue using the jquery validator at
It works great except for dropdown lists in Firefox. if I tab through a web form in IE and do not enter any values, it will show the error but in Firefox it does not.
The dropdowns have --- Please Select --- visible and basically I need to check that a value is entered in the dropdowns. Currently it checks by regex:
"Choose":{
"regex":"/^[0-9a-zA-Z /\~|()-]+$/",
"alertText":"* Please make a selection"}
What I really need is to just check that the value is NOT "--- Please Select ---"
Can anyone offer any advice please?