Prepare Interview

Mock Exams

Make Homepage

Bookmark this page

Subscribe Email Address

jQuery%20Interview%20Questions%20and%20Answers

Question: How to use jQuery library in our ASP.Net project?
Answer: Download the latest jQuery library from jQuery.com and include the reference to the jQuery library file in our ASPX page.

<script src="_scripts/jQuery-1.2.6.js" type="text/javascript"></script>

<script language="javascript">

$(document).ready(function() {
alert('test');
});
</script>
Is it helpful? Yes No

Most helpful rated by users:

©2024 WithoutBook