文件名称:jquery.field
- 所属分类:
- 其他小程序
- 资源属性:
- [JavaScript] [源码]
- 上传时间:
- 2013-01-20
- 文件大小:
- 14kb
- 下载次数:
- 0次
- 提 供 者:
- asg****
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
这个插件可以大大扩展来检索和设置值的形式超越jQuery的标准val()方法的能力(和迈克Alsup的形式插入的fieldarray()法)允许你与所有类型的表单域的元素的相互作用(除了输入[”type=“文件”],这是一个只读的元素。)它的作品文本元素一样的无线电,复选框和选择元素。
插件是建立在对你要操纵领域像传统的变量。选择器应当书面查询一个特定领域的对象(即元素会被联系在一起通过一个共同的名字属性,例如$(“输入”的名字= myradiobutton [“]”)。)
元素,返回多个值是由一个逗号分开或返回一个数组的基础上的方法调用。
为元素,允许一个以上的选项进行选择(选择和复选框元素)你可以指定一个逗号分隔的列表或数组的值来标记多个选项被选中。-This plugin greatly expands the ability to retrieve and set values in forms beyond jQuery s standard val() method (and Mike Alsup s Form Plug-in s fieldArray() method) by allowing you to interact with all types of form field elements (except input[@type="file"], which is a read-only element.) It works the same way for text elements as it does for radio, checkbox and select elements.
The plug-in was built on the concept that you want to manipulate the fields like their traditional variables. Selectors should be written to query a specific field object (i.e. elements that would be linked together via a common name attribute, for example $("input[@name= myRadioButton ]").)
Elements that return multiple values are either separated by a comma or returned as an array based on which methods you invoke.
For elements that allow more than one option to be select (select and checkbox elements) you can specify a comma delimited list or an array of values to mark multiple options as being select
插件是建立在对你要操纵领域像传统的变量。选择器应当书面查询一个特定领域的对象(即元素会被联系在一起通过一个共同的名字属性,例如$(“输入”的名字= myradiobutton [“]”)。)
元素,返回多个值是由一个逗号分开或返回一个数组的基础上的方法调用。
为元素,允许一个以上的选项进行选择(选择和复选框元素)你可以指定一个逗号分隔的列表或数组的值来标记多个选项被选中。-This plugin greatly expands the ability to retrieve and set values in forms beyond jQuery s standard val() method (and Mike Alsup s Form Plug-in s fieldArray() method) by allowing you to interact with all types of form field elements (except input[@type="file"], which is a read-only element.) It works the same way for text elements as it does for radio, checkbox and select elements.
The plug-in was built on the concept that you want to manipulate the fields like their traditional variables. Selectors should be written to query a specific field object (i.e. elements that would be linked together via a common name attribute, for example $("input[@name= myRadioButton ]").)
Elements that return multiple values are either separated by a comma or returned as an array based on which methods you invoke.
For elements that allow more than one option to be select (select and checkbox elements) you can specify a comma delimited list or an array of values to mark multiple options as being select
(系统自动生成,下载前可以参看下载内容)
下载文件列表
jquery.field\field.plugin.htm
............\jquery.field.js
............\jquery.field.min.js
jquery.field