[jQuery] Re: zebra striping + flashing/blinking effect?

2008-07-02 Thread sketchy
unction() { > $('tr:lt(2)').toggleClass('blinky'); > > }, 500); > > That one toggles the "blinky" class on the first 2 TR elements every > 1/2 second. > > --Karl > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On

[jQuery] Re: zebra striping + flashing/blinking effect?

2008-07-01 Thread sketchy
stripe doesn't need any Javascript given IE7, either. The > tr:hover bit is accepted by the browser if your doctype is set to > strict mode. > > On Jun 30, 10:15 pm, sketchy <[EMAIL PROTECTED]> wrote: > > > I recently got acquainted with jquery and implemented

[jQuery] zebra striping + flashing/blinking effect?

2008-06-30 Thread sketchy
I recently got acquainted with jquery and implemented this tutorial on zebra striping to my site: http://docs.jquery.com/Tutorials:Zebra_Striping_Made_Easy and its awesome but i was wondering it its possible to add like a blinking/flashing effect to one or a couple of the rows. The effect would

[jQuery] Lightbox alternative that supports .php files

2008-06-30 Thread sketchy
Hi all, I'd really appreciate any advice on whether there is an alternative to Lightbox that supports .php or any server side extensions? I've looked at Thickbox which goes a step further than lightbox, but it only seems to support HTML on top of images. It also suggests on the comments to Thi