Hi

I am an ASP.NET developer. I dont know how to use the jquery in ASP.NET. I am using JavaScript and Ajax. But i any one please tell me, what is difference between JavaScript and Jqurey and how i can use it in .NET environment.


Thanks
James

Recommended Answers

All 3 Replies

Howmanny times do I need to post this on DaniWeb:

AJAX is a set of functions of the language JavaScript

jQuery is a set of functions written in JavaScript, it might be considerate as a library for JavaScript but is not build-in and needs to be included using the script tag. More information: http://jquery.com/

JavaScript is a browser language.

~G

The poll is meaning less, its asking like mother is best or father is best.

JavaScript is a programming language

Ajax is shorthand for "Using JavaScript to send or receive information to/from a webserver without leaving the current page"

jQuery is a library of functions (written in JavaScript) that perform some commonly desired things so that author's don't need to reinvent some common wheels.

commented: Don't bump 6 months old threads +0
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.