jquery-country-select:jQuery 国家选择器插件

时间:2024-07-02 06:39:37
【文件属性】:

文件名称:jquery-country-select:jQuery 国家选择器插件

文件大小:113KB

文件格式:ZIP

更新时间:2024-07-02 06:39:37

JavaScript

jQuery 国家选择 jQuery Country Select 是 jQuery 的“国家/地区选择器/选择器”插件,它使用所有可用国家/地区填充选择下拉列表并确保选择正确的值。 该插件在不进行任何样式更改的情况下填充下拉列表,使其与大多数任何 UI 样式工具包兼容。 入门 克隆存储库或简单地下载或。 在您的网页上包含以下内容。 此示例使用 id "country" 作为选择输入,但是您可以使用您选择的任何 id。 <!-- specify the selected value using the 'data-selected-value' attrib --> < select id =" country " data-selected-value =" US " > </ select > < script src =" path/to/jquery.js " > </ s


【文件预览】:
jquery-country-select-master
----.jshintrc(209B)
----.gitignore(15B)
----package.json(1KB)
----src()
--------.jshintrc(236B)
--------jquery.country.select.js(7KB)
----CONTRIBUTING.md(2KB)
----Gruntfile.js(2KB)
----dist()
--------jquery.country.select.min.js(5KB)
--------jquery.country.select.js(7KB)
----LICENSE(1KB)
----libs()
--------jquery()
--------qunit()
--------jquery-loader.js(506B)
----README.md(2KB)
----test()
--------.jshintrc(469B)
--------jquery.country.select_test.js(1KB)
--------jquery.country.select.html(607B)

网友评论