/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$('.convictionCode').change(function(e) { var thisVal = $(this).val(); if (thisVal == 'Something') { // True } else { // False } });