$(document).ready( function() {
$('#btnClear1').click( function () {
$('#txtDesig').val("");
});
});
I inserted the link and jquery to contant page head but it is not working.
I inserted the link and jquery to contant page head but it is not working.

Replies
Know the answer? Post it — somebody with the same question will find it here.