Response title
This is preview!
return $("<li></li>")
.data("item.autocomplete", item)
.append("<table><tr> "+
"<td><a><img style=\"width:70px;\" src=" + item.imageUrl + "></a></td>" +
"<td>" + item.desc + "<br>" + item.label + "</td>" +
"<td><label>Qty:</label><input type=\"text\" maxlength=\"9\" size=\"6\"><button id=\"atcButton\" type=\"button\" class=\"primary\" onclick=\"\">Update Count</button></td>" +
"</tr></table>")
.appendTo(ul);
© 2013 jQuery Foundation
Sponsored by and others.