0
Answer

bind jquery to child form not working

Ask a question

 <script src="../../JS/jquery-1.10.2.js" type="text/javascript"></script>
 $(document).ready( function() {
       $('#btnClear1').click( function () {
             $('#txtDesig').val(""); 
       });
     });

I inserted the link and jquery to contant page head but it is not working.