网站前端技术积累

http://www.cnblogs.com/jimchxi/archive/2009/03/11/1408483.html

 

http://stackoverflow.com/questions/9701219/how-do-i-parse-json-result-using-jquery

 

http://stackoverflow.com/questions/4935632/parse-json-in-javascript

 

http://stackoverflow.com/questions/7346919/chrome-localhost-cookie-not-being-set

 

 

ie与cache

前端页面在ie中使用时,会从缓存中读取,这时或者在url上加上时间戳,类似这篇文章

http://viralpatel.net/blogs/ajax-cache-problem-in-ie/

或者

Just to let you know, Firefox and Chrome consider all Ajax request as non-cachable. IE (all versions) treat Ajax call just as other web request. 

http://stackoverflow.com/questions/13391563/how-to-set-cache-false-for-getjson-in-jquery

http://www.itworld.com/article/2693447/ajax-requests-not-executing-or-updating-in-internet-explorer-solution.html

 

解析url中的参数

http://stackoverflow.com/questions/23789587/why-is-window-location-search-empty

http://stackoverflow.com/questions/19491336/get-url-parameter-jquery

 

 

实现动态折叠菜单

http://www.granneman.com/webdev/coding/css/from-list-to-dropdown-navigation/

 

posted on 2015-02-28 01:35  majia1949  阅读(159)  评论(0)    收藏  举报

导航