world wide web development problems asp net php html xhtml css javascript jquery w3dproblems
$('......').keypress(function (e) { if (e.which == 13) { $(this).closest('tr').next().find('.....').select(); return false; } });
No comments:
Post a Comment