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
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
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
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
4 matches
Mail list logo