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的關係

相關文章
相關標籤/搜索