Jquery Bind Event
Attach a handler to an event for the elements.
$(document).ready(function () { $("#txtInput1").bind('mouseenter mouseleave', function() { alert('Attach a handler to an event for the elements.'); }); });
Attach a handler to an event for the elements. Bind : <input id="txtInput1" type="text" />Demo / Download
Jquery Bind Event
Reviewed by Bhaumik Patel
on
9:09 PM
Rating: