/ Published in: JavaScript
Expand |
Embed | Plain Text
$('.convictionCode').change(function(e) { var thisVal = $(this).val(); if (thisVal == 'Something') { // True } else { // False } });
You need to login to post a comment.
$('.convictionCode').change(function(e) { var thisVal = $(this).val(); if (thisVal == 'Something') { // True } else { // False } });
You need to login to post a comment.