Summary of Jquery methods to obtain server control values_jquery
WBOYOriginal
2016-05-16 18:27:461199browse
Server control code:
1. $("#").val();
2. $ ("input[id*=txtUserID]").val();
3. $("*[id$=txtUserID]").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