JQuery Validate cannot verify the chosen-select Element Solution, jqueryselectchosen

Source: Internet
Author: User

JQuery Validate cannot verify the chosen-select Element Solution, jqueryselectchosen

After the chosen-select element executes the chosen () method, it adds style = "display: none;" to the select element to hide it, and re-constructs a drop-down list that looks like select.

By default, jQuery Validate ignores the verification of hidden elements. Therefore, select should be excluded. Add the ignore attribute to the parameters of the validate () method and remove select from the hidden elements ignored.

$ ("Select"). validate ({ignore: ": hidden: not (select )"});

: The hidden selector selects hidden elements. The elements in the following situations are hidden elements:

  • Set to display: none
  • Form element with type = "hidden"
  • Set width and height to 0.
  • Hidden parent element (this also hides child elements)

Note: This selector does not work for the visibility: Den den and opacity: 0 elements.

The above section describes how jQuery Validate cannot verify the chosen-select element. I hope it will help you. If you have any questions, please leave a message, the editor will reply to you in a timely manner. Thank you very much for your support for the help House website!

Related Article

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.