Category "jquery-events"

Preventing Links before jQuery is Loaded

How can I prevent links on click event before jQuery is loaded? The reason is I have few links that make AJAX calls through jQuery ajax functions and if user cl

Catching any click performed using jQuery

The noob way to do it I guess would be $('*').click(function(){...}); But is there any way I can catch any type of click, without having to register a listener

jQuery (UI): Detect checking of a checkbox

How can I make jQuery fire an event when a user checks a checkbox? <input type="checkbox" id="test" name="test" /><label for="test">Check me</lab

How is jQuery able to normalize currentTarget for IE?

In an event handler in a standard compliant browser, this and e.currentTarget (where e is the parameter of the handler) refer to the element to which the handle

How can I close the browser window after redirecting to an MS office (Word, Excel, PowerPoint) document automatically opened?

In the web application I am working on, we have some long-running processes that are in charge of getting office documents. We basically open a popup with windo