前端技巧常用工具箱

基础:

JavaScript tests & Compatibility tables: http://robertnyman.com/javascript/

http://scriptsrc.net/ (收集了Google 提供的 js API路径,直接点击复制就可以获取到最新版的文件路径)

http://sweet.fengyin.name/?hl=zh-CN (直接上传 js 和 css 文件进行压缩,可选择是采用 YUI Compressor 或 Closure Compiler 

http://csssprites.com/ (把网站所有的图片合并成一张图片

http://www.smushit.com/ysmush.it/ (一个无损压缩图片的工具,可以把你的图片在保持原质量不变的前提下优化体积

http://openiconlibrary.sourceforge.net/ (一个开源的图标库,提供包括网络服务、操作系统、国旗、付款系统等各类图标)

http://preloaders.net/en/circular(在线制作 load图标

Javascript:

js图片切换: http://www.lanrentuku.com/js/jiaodiantu-463.html 

jquery 插件,jqModal :  http://dev.iceburg.net/jquery/jqModal/#examples

在线查询jquery函数:http://api.jquery.com/visual/

CSS:

解决iframe背景色设置无效问题:http://www.1netmedia.net/base/blogview.asp?logID=789 

用JS或者jquery操作iframe http://www.cnblogs.com/luluping/archive/2009/04/17/1437770.html

层定位问题(position: staticrelativeabsolute, fixed, inherit):http://www.webw3c.org/divcss-tech/divcss-cengshuxingdingweiyuanli/

你可能感兴趣的:(前端技巧常用工具箱)