Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
0
Answer
bind jquery to child form not working
mohammed shamsheer
11y
759
1
Reply
<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.
Post
Reset
Cancel
Answers (
0
)
Next Recommended Forum
Enable 1st row & disable rest of the rows in gridview
Creating a Simple Accordion using ajax toolkit