$(document).ready(function () {
$('#txttndrsearch').keyup(function (e) {
if (e.keyCode == 13) {
if ($('#txttndrsearch').val() != '') {
searchclienttender();
}
}
});
});
$('#txttndrsearch').keyup(function (e) {
if (e.keyCode == 13) {
if ($('#txttndrsearch').val() != '') {
searchclienttender();
}
}
});
});
No comments:
Post a Comment