35+ 实用的 jQuery 菜单插件
摘要:1. Mac Style Dock Menu in jQuery and CSSIf you are a big Mac fan, you will love this CSS dock menu. It comes with two dock position: top and bottom.MORE INFO/DEMO(free jQuery plugin)2. Super menu packSuper menu pack is a collection of 10 cool menus, 5 in pure css and 5 using jQuery framework for cus
阅读全文
posted @
2012-07-06 17:00
SNS
阅读(496)
推荐(0)
25 个 jQuery 下拉菜单脚本
摘要:Navigation is a critical aspect of any website. Many larger sites use drop down menus in effort to make it easier for visitors to find what they are looking for. In this post we will feature 25 scripts that you can use on your own sites for jQuery drop down menus.Sexy Drop Down Menu with jQuery and
阅读全文
posted @
2012-07-06 16:40
SNS
阅读(182)
推荐(0)
jQuery上传插件Uploadify
摘要:注意:此插件不支持中文,但可以通过其它方式解决1.修改文件1). jquery.uploadify.v2.0.3.js 66行< if (settings.buttonText) data.buttonText =escape(settings.buttonText);改为> if (settings.buttonText) data.buttonText =encodeURI(settings.buttonText);2). uploadify.fla scene 1 脚本文件117行< browseBtn.empty.buttonText.text =unescape(p
阅读全文
posted @
2011-08-21 01:03
SNS
阅读(412)
推荐(0)