Jquery's common operation methods include the release of many files, but they are different from each other. You can refer to the articles published before the release of the script. Operation drop-down list
Add Option List
$ (This). get (0). options. add (new Option (text, value ));
Clear list
$ (This). get (0). options. length = 0;
Option for deleting a specified index
$ (This). get (0). remove (index );
Set the value of the selected item
$ (This). get (0). value = value;
Obtain the text of the selected option
$ (This). get (0). options [index]. text;
Modify CSS in batches
((This).css ({left: "35px", top: "24px "})
Make the elements in the specified region unavailable (grayed out)
The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion;
products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the
content of the page makes you feel confusing, please write us an email, we will handle the problem
within 5 days after receiving your email.
If you find any instances of plagiarism from the community, please send an email to:
info-contact@alibabacloud.com
and provide relevant evidence. A staff member will contact you within 5 working days.
A Free Trial That Lets You Build Big!
Start building with 50+ products and up to 12 months usage for Elastic Compute Service