[jQuery] Re: Queueing and Dequeueing AJAX calls

2007-10-16 Thread Alexander Bilbie
What about using timeouts: var action = setTimeout(function(){ $.ajax({ yada yada}); }, 1); $('#undo').click(function(){ clearTimeout('action'); });

[jQuery] Re: EXTjs and Jquery

2007-10-10 Thread Alexander Bilbie
It's worth noting here that if you are only using small parts of Ext then download a custom EXT because it is quite a bloat when you've got everything, but otherwise EXT is fantastic at creating UI's On 05/10/2007, NccWarp9 <[EMAIL PROTECTED]> wrote: > > > This thing looks asome. > > On Oct 4,

[jQuery] Re: Dimensions plugin, offset['top'] returns 0 regardless of position

2007-10-10 Thread Alexander Bilbie
I may be wrong on this but I think it should be: f...n findHeight elem, bottomPad var height = 0; var windowHeight = $(window).height(); var elemOffset = $(elem).offset(); var elementTop = elemOffset.top;// <- you stick .top on the end instead of ['top']

[jQuery] Re: ajaxcfc - if ajax call fails - how does it get handled?

2007-09-24 Thread Alexander Bilbie
It's just 'failure' then function etc.. So from your script: $.AjaxCFC({ url: "/packages/ajax/primaryInvitee .cfc", method: "addInvitee", data: options, success: function(r) { thisCheck = "check_" + r.LOGI

[jQuery] Re: jQueryHelp Forum Launched

2007-09-21 Thread Alexander Bilbie
http://www.jqueryhelp.com/ On 21/09/2007, Scott Sauyet <[EMAIL PROTECTED]> wrote: > > > [EMAIL PROTECTED] wrote: > > Just an FYI for everyone, I've launched a jQuery Forum to offer an > > alternative method of discussion. > > [ ... ] > > > > Hope to see some of you there! > > Where's there? :) >

[jQuery] Filtering through XML for Live Search

2007-09-20 Thread Alexander Bilbie
Hi there, I am trying to create a live search by filtering through XML. The XML structure is as follows: 1 Joe Bloggs 7B 7 2 John Doe 7B 7

[jQuery] Re: [SITE SUBMISSION] GAME.co.uk

2007-09-20 Thread Alexander Bilbie
On 20/09/2007, Michael Stuhr <[EMAIL PROTECTED]> wrote: > > > Peter Bengtsson schrieb: > > Loading the homepage made my computer feel sluggish. 11 scripts and a > > total of 74 requests for the homepage!! Not good a good "advert" for > > jQuery. Together with the post-loaded XML and Flash and stuff