开发者

is jquery replace javascript [closed]

It's difficult to tell what is being asked here. This question is ambiguous, vague, incomplete, overly broad, or rhetorical and cannot be reasonably answered in its current form. For help clarifying this question so that it can be reopened, visit the help center. Closed 12 years ago. 开发者_JS百科

can jquery replace javascript


Unless somebody writes a new scripting language (other than Javascript), creates a browser that uses it, and ports the entire jQuery library to that new scripting language...then no.

jQuery is built on top of Javascript. jQuery is not a scripting language in and of itself.


No, jQuery is written in the language Javascript.


jQuery is javascript insofar as jQuery is simply a re-usable library of javascript code.


jquery is javascript, jquery can't work without javascript


jQuery is written in javascript and provides higher-level, i.e. more abstract, functionality with respect to the DOM and changing element properties and behaviors. jQuery has much momentum in the marketplace and as a result of its wide adoption, fewer and fewer sites will be coded directly in "raw" javascript and more and more and more will be coded using the intermediary of the jQuery API. So while it is of course technically accurate to say that jQuery isn't going to replace javascript (just as the blacktop in the parking lot cannot replace the ground beneath it) in another sense jQuery is going to replace javascript: jQuery is very likely to become the de facto "abstraction layer" for the DOM and for the routine control structures provided by the javascript language.


jQuery is just a framework (program) written in JavaScript. It just provide additional facilities, like any other library.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜