Top "Jquery-events" questions

These methods are used to register behaviors to take effect when the user interacts with the browser, and to further manipulate those registered behaviors.

Event when user stops scrolling

I'd like to do some fancy jQuery stuff when the user scrolls the page. But I have no idea how …

javascript jquery scroll jquery-events
HTML5 dragleave fired when hovering a child element

The problem I'm having is that the dragleave event of an element is fired when hovering a child element of …

javascript jquery html drag-and-drop jquery-events
Open Select using Javascript/jQuery?

Is there a way to open a select box using Javascript (and jQuery)? <select style="width:150px;"> <…

javascript jquery jquery-events
return false from jQuery click event

I have click events set up like this: $('.dialogLink') .click(function () { dialog(this); return false; }); The all have a "…

jquery return jquery-events
Detect a window width change but not a height change

I'm using the .resize() function to detect window re-size events, but this detects both height and width changes. Is there …

jquery responsive-design resize jquery-events
Moving a focus when the input text field reaches a max length

I do have a credit card number form. The number is divided into four parts just as on a real …

javascript jquery jquery-events usability
Multiple JS event handlers on single element

I am working with an existing web app, in the app there are a variety of submit buttons on different …

javascript jquery dom-events jquery-events
Bind on(keyup) to dynamic elements in jQuery (Twitter Bootstrap + typehead)

I guess some of you must have frowned eyebrows reading this title eh ? I'm sure people asks this every time, …

jquery twitter-bootstrap jquery-events keyup
How to detect if the user clicked the "back" button

When the user goes history-back-1...how do I detect that? And then, alert "the user clicked back!" Using binds (and …

javascript jquery back-button jquery-events
Monitoring when a radio button is unchecked

I have an application that shows one div when a certain radio button is selected and then hides that div …

jquery events jquery-events