摘要: textarea默认不支持maxlength属性。 <html> <head> <title>JQuery为textarea添加maxlength</title> <script type="text/javascript" src="jquery-1.4.js"></script> </head> <body> <textarea style="width:300px; height:60px;" maxlength="1 阅读全文
posted @ 2012-09-05 09:18 aking96 阅读(1029) 评论(0) 推荐(0)
摘要: 关于uploadify3.1版本参数使用详解使用://绑定的界面元素<inputid='gallery'type='file'/>$("#gallery").uploadify({设置参数,参数如下.});设置的属性:id: jQuery(this).attr('id'),//绑定的input的ID langFile: 'http://www.static-xxx.nu/uploader/uploadifyLang_en.js',//语言包的路径,能设置所有的提示文字 swf: 'http: 阅读全文
posted @ 2012-09-05 09:08 aking96 阅读(28637) 评论(1) 推荐(2)