[jQuery] hoverIntent-like for keystrokes ?

2007-12-05 Thread arnaud sellenet
Does anyone know if a such plugin already exists ? to enhance an autocomplete field I'd like to avoid ajax requests to be fired while typing each letter. Instead I'd like to fire requests only if the delay between two keystrokes are greater than a desired delay that can be configured when

[jQuery] Thickbox and forms

2007-06-13 Thread arnaud sellenet
Hi I'm trying to use thickbox but don't manage to submit a form that was loaded in the thickbox so that the response keeps inside the thickbox. I've tried to add thickbox class to the form tag, also tried to add thickbox class to the submit button but still no effect. Help anyone ?

[jQuery] Re: improving page apparition

2007-06-06 Thread arnaud sellenet
I think the most efficient way would be to use inline javascript to hide the page and blockUI(), and unblock and show onload. . body div id=container script type=text/javascript $('#container').hide(); $.blockUI(); /script

[jQuery] Re: update input name

2007-06-04 Thread arnaud sellenet
If your code is exactly that (the two lines one after the other), this is normal the second one does not work, as $(#+inputID) does not exist anymore... Did you try this : jQuery(#+inputID,addedItem).attr(id,newInputID); jQuery(#+newinputID,addedItem).attr(name,newInputID); or

[jQuery] Re: OOP's *this* messing up $().each()'s *this*

2007-05-28 Thread arnaud sellenet
You can declare a reference to your main object. It will be usable in all deeper scopes : function classname() { var mainvar =new Array(example,array); var myreference = this; this.functionname = function() { $('td.number').each(function(_i) {

[jQuery] Re: ANN: jQuery-Powered Sites: The List Continues to Grow

2007-05-06 Thread arnaud sellenet
Hi This seems to have been lost in a previous thread so I send it again. http://www.southolidays.com/ Uses jQuery for the calendar page (example : http:// www.southolidays.com/en/calendarview/SL0157 ). I'm using a prototype modalbox that should be replaced soon so that the whole site relies