Get in touch with our hands-on, fast and professional Support Team

  • This topic is empty.
Viewing 31 post (of 31 total)
  • Author
    Posts
  • #9008

    Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /home/u337135316/domains/bzotech.com/public_html/wp-includes/functions.php on line 6170

    Deprecated: Function seems_utf8 is deprecated since version 6.9.0! Use wp_is_valid_utf8() instead. in /home/u337135316/domains/bzotech.com/public_html/wp-includes/functions.php on line 6170
    David Hoang
    Keymaster

    You could try the followings in both ways:

    var getVal=$('#isAgeSelected').is(":checked"); // jQuery
    
    var getVal=document.getElementById("isAgeSelected").checked //JavaScript
    
    if (getVal==true) {
     $("#txtAge").show();  // checked
    } else {
     $("#txtAge").hide();  // unchecked
    }
    
Viewing 31 post (of 31 total)
  • You must be logged in to reply to this topic.