I am trying to prevent multiple clicks on links and items, which is causing problems.
I am using jQuery to bind click events to buttons (jQuery UI) and image links (
Return false from your event handlers, or call ev.stopPropagation() in every handler.
false
ev.stopPropagation()