Home  >  Article  >  Web Front-end  >  How does jQuery get the value of id with . The general method cannot get it_jquery

How does jQuery get the value of id with . The general method cannot get it_jquery

WBOY
WBOYOriginal
2016-05-16 16:51:591142browse

In the form: id = "pojo.name" uses jQuery to get the value. If you use $("#pojo.name").val() directly, you cannot get the value. The correct method is:

Copy code The code is as follows:

$("[id ='pojo.namepojo.name']").val();
Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn