Home > Article > Web Front-end > Create a personalized Select (editable)_form effects
Since the system's built-in Select is really not easy to use, here I wrote a brand new Select using javascript.
Function:
1. Editable Select
2. The length can be modified at will
3. Can cover the system Select
4. Support forms
5. Support CSS to modify the appearance
6. Fix the problem of running errors on IE 5.0
7. Support the use of js scripts
Usage
[b]var materialized variable=new editselect(name, length, default string, width, height, read-only)[/b]
[b] materialized variable.add(option value, JS script)[/b]
This is just a beta version, many functions are not perfect, such as not distinguishing between value and caption, etc. I hope everyone can provide valuable opinions.