Chosen jquery-based selection box plug-in usage

Source: Internet
Author: User

Chosen plugin http://www.jb51.net/jiaoben/38027.html
Copy codeThe Code is as follows:
<Script src = "https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js" type = "text/javascript"> </script>
<Script src = "chosen/chosen. jquery. js" type = "text/javascript"> </script>

Apply JS files
Copy codeThe Code is as follows:
<Select class = "chzn-select" data-placeholder = "Choose a Country" style = "width: 350px;" tabindex = "1">
<Option value = ""> </option>
<Option value = "United States"> United States </option>
<Option value = "United Kingdom"> United Kingdom </option>
<Option value = "Afghanistan"> Afghanistan </option>
<Option value = "Albania"> Albania </option>
</Select>

Class sets this to chzn-select

Initialization: $ (". chzn-select"). chosen ();

Note the following when performing select operations: First Delete the External Applied layer and then add $ (". chzn-select"). chosen ();
Copy codeThe Code is as follows:
Var selectObj = $ ("# slectplat ");
SelectObj. parent (). children (). remove ('div ');
SelectObj. removeClass ();
$ ("# Slectplat"). val (_ plat );
SelectObj. addClass ("chzn-select ");
SelectObj. chosen ();

Contact Us

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

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.