posted 7 years ago
Hey is their any advantages of jQuery over javascript Or this is only diffrent way to write. And how can i explain jQuery.
Trying to win the world.....................
SCJP 6.0 , SCWCD/OCPJWCD 5, BlackBerry Developer
posted 7 years ago
I believe this might help you.
http://jquery.com/
http://en.wikipedia.org/wiki/JQuery
http://www.noupe.com/jquery/50-amazing-jquery-examples-part1.html
http://jquery.com/
http://en.wikipedia.org/wiki/JQuery
http://www.noupe.com/jquery/50-amazing-jquery-examples-part1.html
posted 7 years ago
Well, jQuery is JavaScript, so it's not really one or the other. But there are distinct advantages of using jQuery over writing raw JavaScript. These include, but are not limited to:
The amount of code you need to write is vastly smaller It handles cross browser differences for you Easy DOM manipulation It presents a single events API Effects such as fading, sliding and more It makes Ajax much much MUCH simpler and so on...
posted 7 years ago
Hey very nice info how can we say that it makes ajax simpler can we use jQuery in Ajax code in place of java script.
Trying to win the world.....................
SCJP 6.0 , SCWCD/OCPJWCD 5, BlackBerry Developer
posted 7 years ago
ok... ajax means asynchronus java script and xml. thanks again
Trying to win the world.....................
SCJP 6.0 , SCWCD/OCPJWCD 5, BlackBerry Developer

She still doesn't approve of my superhero lifestyle. Or this shameless plug:
Thread Boost - a very different sort of advertising
https://coderanch.com/t/674455/Thread-Boost-feature
|