[jQuery] Re: Creating an image thumnail rotator help!

2008-11-09 Thread idealists
Hello?

[jQuery] Re: Creating an image thumnail rotator help!

2008-11-07 Thread idealists
Anybody?

[jQuery] Re: LiveQuery with Tipsy (tooltip) help

2008-11-07 Thread idealists
Could this one be wrritten any better: $('a.thumb_link') .livequery('mouseover', $.thumb_change ) .livequery('mouseout', $.thumb_reset ); This is in regards to: http://groups.google.com/group/jquery-en/browse_thread/thread/d057e0311367e1d5 Thanks.

[jQuery] Re: Creating an image thumnail rotator help!

2008-11-07 Thread idealists
Ok..I've tried to have a go at doing the image preload. Updated script below. Even though this "works", I'm sure it could be coded much neater. For one, I am not sure I am implementing jQuery Timers (http:// jquery.offput.ca/every/) properly. Thanks var start_image; var next_image, next_num;

[jQuery] Re: LiveQuery with Tipsy (tooltip) help

2008-11-07 Thread idealists
t; > That will invoke Live Query as if you modified the DOM with jQuery. > > -- > Brandon Aaron > > On Fri, Nov 7, 2008 at 10:01 AM, idealists > <[EMAIL PROTECTED]>wrote: > > > > > Hi Brandon > > > Thanks, so much for your reply I had actu

[jQuery] Creating an image thumnail rotator help!

2008-11-07 Thread idealists
Hi Guys This is my first attempt at doing anything jQuery (that is partly my own). So please don't shoot me down :) I would like your help, improving, my "simple" thumbnail rotator script. It is something I'm sure most jQuery gurus could code in a matter of minutes, but has taken me the better p

[jQuery] Re: LiveQuery with Tipsy (tooltip) help

2008-11-07 Thread idealists
very close... Try this instead: > $('a[title]') > .livequery(function() { > $(this).tipsy({ fade: true, gravity: 'w' }); > > }); > > No need to return false. > > -- > Brandon Aaron > > On Thu, Nov 6, 2008 at 9:14 PM, idealists <[EMAIL PROTECTED]>wro

[jQuery] Re: Accessing elements produced with AJAX

2008-11-06 Thread idealists
I think this plugin will help do it: http://docs.jquery.com/Plugins/livequery Infact im trying to get this to do something similar for me, but having trouble, Hope that helps. Ben wrote: > Hi all! I have a question regarding the ability to access content > produced by an AJAX request. > > I ha

[jQuery] LiveQuery with Tipsy (tooltip) help

2008-11-06 Thread idealists
Im got a section of my page which updates via ajax pagination. The jQuery tipsy tooltips work on the initial page load, but when I click Page "2" and so on, and the ajax containing div updates with new content the tipsy tooltips do no display. Solution (I thought) was to use the jQuery LiveQuery p