Showing posts with label radio button. Show all posts
Showing posts with label radio button. Show all posts

Sunday, 16 August 2015

Radio button is check or not

   <script type="text/javascript">
        function call() {
            var jq = jQuery.noConflict();
            var rd = jq("#s1").is(':checked'); //.val();
            alert(rd);
        }
    </script>