Home >Web Front-end >JS Tutorial >jQuery method to get the value of id with ._jquery

jQuery method to get the value of id with ._jquery

WBOY
WBOYOriginal
2016-05-16 16:47:301013browse

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.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