分割作用域
分割作用域// Define a local copy of jQuery
jQuery = function( selector, context ) {
// The jQuery object is actually just the init constructor ......
没有实际做过浏览器兼容的前端开发,只是从一些书上看到过。
美女姐姐问我的时候,我说可以从一些浏览器 有差异的 对象来判断
但是浏览器可能随着时间,越来越一致,可能有些对象/函数版本间改变会比较大。
这样判断是不太好的,咨询过一些前端开发的师兄,他们一般用ua来判断。
<script ......
http://www.leiphone.com/1217-responsive-web-design.htmlhttp://www.leiphone.com/warlial-mobile-scene.html
var confirm\_msg="-------------\n如果选择离开,您的数据将得不到保存,您确定离开吗?\n-------------";
window.onbeforeunload = function(event){
event = event || window.event;
......