Home  >  Article  >  Web Front-end  >  jquery implements input input box real-time input trigger event code_jquery

jquery implements input input box real-time input trigger event code_jquery

WBOY
WBOYOriginal
2016-05-16 17:01:451079browse
Copy code The code is as follows:



Copy code The code is as follows:

//Bind product name association
$('#productName').bind('input propertychange', function() {searchProductClassbyName();});

Copy code The code is as follows:

searchProductClassbyName is the method called after triggering;

Achieve the effect:
jquery implements input input box real-time input trigger event code_jquery
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