I have setup onclick event handler in the following manner:
element.onclick = function() { /*code */ }
Imagine there are event handlers setup u
try to add the following line in the jQuery event handler:
return false;