Posts by Rogerio • 21 points
1 post
-
2
votes5
answers498
viewsA: Capture Enter in IE using jQuery
<input type="text" value="texto do input" id="input"> <input type="button" value="click" id="click"> $('#click').on('click', function () { …
1 post
2
votes5
answers498
views<input type="text" value="texto do input" id="input"> <input type="button" value="click" id="click"> $('#click').on('click', function () { …