<input id="productName" name="productName" class="wid10" type="text" value="" />
//Bind commodity name lenovo
$('#productName').bind('input propertychange', function() {searchProductClassbyName();});
searchProductClassbyName Is the method invoked after the trigger;
Implementation effect: