文件名称:quiselect
介绍说明--下载内容均来自于网络,请自行研究使用
QUI网页界面集成框架(原UUR框架)是一套完整的BS模式系统界面解决方案。提供给设计和开发WEB应用的人员使用。适合用于自动化办公、电子政务和RIA应用等系统的开发中。
单选下拉框:
使用jQuery语法:$( #sel ).val()或js语法:document.getElementById( sel ).value均可得到所选值
要想获得选中的option的文本,使用$( #sel ).attr( relText )获得relText属性值即可。
注意onchange函数中不能传递this,例如使用selFunc(this)是无法通过this.value获得值。-QUI web interface Integration fr a mework (formerly UUR fr a mework) is a complete BS mode system interface solutions. To the design and development of WEB applications to use. Suitable for the development of office automation, e-government and RIA application system.
Radio drop-down box:
Using jQuery syntax: $ ( # sel ) val () or js syntax:.. Document.getElementById ( sel ) value can get the selected value
Text option is selected in order to obtain, use $ ( # sel ). Attr ( relText ) get relText property value.
Note onchange function can not pass this, such as using selFunc (this) is unable to get through this.value value.
单选下拉框:
使用jQuery语法:$( #sel ).val()或js语法:document.getElementById( sel ).value均可得到所选值
要想获得选中的option的文本,使用$( #sel ).attr( relText )获得relText属性值即可。
注意onchange函数中不能传递this,例如使用selFunc(this)是无法通过this.value获得值。-QUI web interface Integration fr a mework (formerly UUR fr a mework) is a complete BS mode system interface solutions. To the design and development of WEB applications to use. Suitable for the development of office automation, e-government and RIA application system.
Radio drop-down box:
Using jQuery syntax: $ ( # sel ) val () or js syntax:.. Document.getElementById ( sel ) value can get the selected value
Text option is selected in order to obtain, use $ ( # sel ). Attr ( relText ) get relText property value.
Note onchange function can not pass this, such as using selFunc (this) is unable to get through this.value value.
(系统自动生成,下载前可以参看下载内容)
下载文件列表
下拉框组件\3-5_单选下拉框\demo.html
..........\..............\js\select_split.js
..........\..............\reset.css
..........\..............\skins\form\selArr.gif
..........\..............\.....\....\selBtn.jpg
..........\..............\.....\....\selBtn_disabled.jpg
..........\..............\.....\....\textinput_bg.jpg
..........\..............\.....\....\Thumbs.db
..........\..............\.....\style.css
..........\..............\xmlData\bj0.xml
..........\..............\.......\bj1.xml
..........\..............\.......\bj2.xml
..........\..............\.......\bj3.xml
..........\..............\.......\bj4.xml
..........\..............\.......\bj5.xml
..........\..............\.......\bj6.xml
..........\..............\.......\zy1.xml
..........\..............\.......\zy2.xml
..........\hl\box_top.jpg
..........\..\helpers.js
..........\..\highlight.js
..........\..\hl-all.js
..........\..\lang-css.js
..........\..\lang-html.js
..........\..\lang-js.js
..........\..\lang-xml.js
..........\..\style.css
..........\jquery-1.4.js
..........\QUI框架介绍.doc
..........\3-5_单选下拉框\skins\form
..........\..............\js
..........\..............\skins
..........\..............\xmlData
..........\3-5_单选下拉框
..........\hl
下拉框组件