Question subject: How JQuery is useful to ASP.NET developers?
Posted: Fri Apr 08, 2011 12:12 pm
Joined: Tue Aug 31, 2010 5:29 am Posts: 8 Has thanked: 0 time Have thanks: 0 time
JQuery is useful for ASP.NET developers because it is Open source and free that is used by Web developers to navigate perform animations, add Ajax interactions, HTML documents and handle events to Web pages. JQuery is for client and server side DOM manipulation. We can surely throw away JQuery scripts from the code, which would then run on the client. We can also easily add DIVs from the code. You can put a placeholder on your page where you want it to show up, then create a Panel in the codebehind and insert it into the placeholder.
To create JQuey for ASP.NET the following syntax is used: