Hello?
Anybody?
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.
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;
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
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
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
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
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
9 matches
Mail list logo