JQuery Developer Question:

Explain usage of jQuery library in our ASP.Net project?

Tweet Share WhatsApp

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>

Download JQuery Developer PDF Read All 51 JQuery Developer Questions
Previous QuestionNext Question
Explain how to use jQuery?Give me a brief history of your programming days? Where did it all start?