Link to home
Start Free TrialLog in
Avatar of Putri
PutriFlag for United States of America

asked on

jquery and combobox

Hello,
I have a combobox which has a default value of 0
How to check with jquery and jquery validation plugin that this is not equal to 0?
ASKER CERTIFIED SOLUTION
Avatar of StealthyDev
StealthyDev

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Putri

ASKER

And how would i use this inside:
$(document).ready(function(){
      $('#Someform').validate({
          rules:{
       slt:"not equal to zero"
        }
      });
    });
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial