Button click event
-
Hi there…..how do you capture button click event in m jquery file??
this event wont capture the button even
jQuery.noConflict();
(function ($) {function readyFn(i) {
$(‘#fieldname4_1’).bind(‘click’,function()
{
alert(”);
});
}
$(document).ready(readyFn);
})(jQuery);Can you help please?
S
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Button click event’ is closed to new replies.