jquery Gets the selected value of select

Source: Internet
Author: User

Record it.

Would have thought $ ("#vitNeedreply"). Val (); Is the value selected,

Then $ ("#vitNeedreply"). Text ();

Alert ($ ("#vitNeedreply"). Val ()); The value out is correct.

But actually $ ("#vitNeedreply"). Val (); Gets an object that is an array. If you use this value directly, some places will be reported type mismatch (such as mybits in the Xxquery.java property value if string, that is not the value, will be error

Org.springframework.beans.InvalidPropertyException:Invalid property ' vitneedreply[] ' of Bean class [ Com.ces.petition.query.RoleAccessQuery]: Referenced in indexed property path ' vitneedreply[] ' was neither an arra Y nor a List nor a Map; Returned value was [001]

So this is not true, the correct approach is:

JQuery ("#vitNeedreply option:selected"). Val ();

So that you can get a value

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.