
jquery
快乐崇拜234
学习笔记
-
转载 DIV拖拽
<%@ Register Assembly="System.Web.Extensions, Version=1.0.61025.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" Namespace="System.Web.UI" TagPrefix="asp" %> 无标题页 body {2013-05-31 19:40:051050
0
-
原创 jquery 控制 multiple select 所有选择 且 排序
New Document $(function() { $("#add").click(function(){ $("#first option:selected").appendTo($("#second")); }); $("#add_all").click(function() { $("#first option").appendTo($("2013-07-09 17:46:393322
1
-
转载 uploadify 3.0 详细使用说明
调用代码: //绑定的界面元素 $("#gallery").uploadify({ 设置参数,参数如下. }); 属性说明:id: jQuery(this).attr('id'),//绑定的input的ID langFile: 'http://www.static-xxx.nu/uploader/uploadifyLang_en.js',//语言包的路径,能2014-02-17 15:10:101137
0