Top "Jquery-1.3" questions

jQuery 1.3 introduced new CSS selector engine, live events, jQuery event object, HTML injection rewrite and removed browser sniffing

jQuery focus function not working in Firefox

The following piece of code focuses the text input after you click on the link. It works fine for Chrome 2.…

jquery jquery-1.3
JQuery event.target error

I've a box from divs (price_item) with several child divs (date, price etc.). I'm using it as a caroussel …

javascript jquery event-handling jquery-1.3
jQuery event handlers not firing in IE

I have a list of items on a page with a set of controls to MoveUp, MoveDown and Delete. The …

javascript jquery jquery-events jquery-1.3
Round speedometer with Jquery / CSS in a browser

I need to make a round object much like a speedometer (with moving needle inside indicating a value) in a …

jquery iphone rounding jquery-1.3
Modifying jQuery ajax request Connection header

I'm trying to modify the Connection header with the following code with no success jQuery.ajax({ url: URL, async: boolVariable, …

javascript jquery xmlhttprequest jquery-1.3