mohammed shamsheer

mohammed shamsheer

  • 1.2k
  • 394
  • 140.2k

bind jquery to child form not working

Sep 2 2013 5:23 AM

 <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.