https://github.com/linmasahiro/ie8_jquery_combobox
https://github.com/linmasahiro/ie8_jquery_combobox
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/linmasahiro/ie8_jquery_combobox
- Owner: linmasahiro
- Created: 2017-02-27T05:56:32.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-27T06:00:52.000Z (over 8 years ago)
- Last Synced: 2025-01-29T12:31:29.522Z (8 months ago)
- Language: JavaScript
- Size: 225 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# jQuery Combobox on IE8
# jQuery コンボボックス - IE8対応
--------------------------
Combobox中使用了許多.attr()來進行參數上的變化,這在IE8上會出現JS上的錯誤,因此把.attr()全部改為.data()即可。