jquery-1.11.3.js与jquery-1.11.3.min.js区别

惟一的区别就是在:javascript

Download the compressed, production jQuery 1.11.3,Production版本jquery-1.11.3.min.jscss

Download the uncompressed, development jQuery 1.11.3,Development版本jquery-1.11.3.jshtml

另外,由于浏览器里面都有一个能够解析javascript脚本的内置环境而且监听用户的行为,因此当用户作不一样操做的时候,解析器能够解析,而且反馈给浏览器,java

The language we use to give the browser directions is JavaScript.Every browser comes with a built-in JavaScript interpreter that takes the directions you write in between the <script> tags and translates
those directions into different kinds of action on the web page.

jquery

1、Javascript改变DOM元素的显示效果的原理。

不改变原始的HTML和CSS样式,而是改变DOM在浏览器里面的缓存。web

The JavaScript interpreter doesn’t change the original HTML and CSS files. It makes changes to the DOM’s representation of the page in the browser's memory浏览器

2、jquery 与css以及html以及javascript的关系

相关文章
相关标签/搜索