Javascript和Jquery有什么区别 [英] what is the difference between Javascript and Jquery

查看:76
本文介绍了Javascript和Jquery有什么区别的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Javascript和Jquery有什么区别?

what is the difference between Javascript and Jquery

推荐答案

JavaScript是ECMAScript编程语言和一些访问Web浏览器的组合的通用术语.的窗口和文档对象模型(DOM).

JScript是Microsoft的JavaScript版本.编程语言本身与ECMAScript非常相似,但是DOM访问在许多方面有所不同.

JQuery是一个JavaScript库,可以处理许多常用功能,还可以处理Internet Explorer和符合标准的浏览器之间的差异.创建基于Web的应用程序时,可以使用它来减少工作量.
JavaScript is the common term for a combination of the ECMAScript programming language plus some means for accessing a web browser''s windows and the document object model (DOM).

JScript is Microsoft''s version of JavaScript. The programming language itself is very similar to ECMAScript, but the DOM access differs in many respects.

JQuery is a JavaScript library that handles many commonly used features and also handles the differences between, e.g., Internet Explorer and standards-compliant browsers. It''s something you can use to reduce the amount of work when creating web-based applications.


下次您问一个问题时,请参考此页面按钮上的规则. : http://www.codeproject.com/Questions/ask.aspx [什么是编程中类和封装之间的区别 [如何提出一个好问题? [^ ].

请考虑一下;它可以大大提高您获得宝贵建议的机会.

—SA
Next time you ask a question, refer to the rules, at the button of this page: http://www.codeproject.com/Questions/ask.aspx[^].

You really need to review them.

Your question wasn''t correct. For some explanations, please see this: what is the difference between the class and encapsulation in programming[^].

Please see also this discussion: How to ask a good question?[^].

Please think about it; it may greatly improve your chances to get valuable advice.

—SA


尊敬的Deepthi,

jQuery是用JavaScript编写的一组函数,它可能被认为是JavaScript的库,但不是内置的,需要使用script标记将其包含在内.详细信息: http://jquery.com/

JavaScript是一种语言. jQuery是使用JavaScript构建的框架,可帮助正在执行常见Web任务的JavaScript程序员.

如果有帮助,请标记为您的答案.

谢谢
Dear Deept

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 language. jQuery is a framework built with JavaScript to help JavaScript programmers who are doing common web tasks.

Please mark this as your answer if it helps you out.

Thanks


这篇关于Javascript和Jquery有什么区别的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆