[jQuery] Manipulating several independent elements at once

2007-03-01 Thread Bernd Matzner
Hi, is there a way to manipulate different selectors in one step? $('#a').show(); $('#b').show(); $('#e').show(); I.e. I don't want to replicate the show() part three times, but sort of "group" the #a, #b, #e selectors. Of course, this is an example, I need a general method of achieving this. T

[jQuery] Display hidden elements in print layout

2007-02-18 Thread Bernd Matzner
Hi, I'm using a JQuery-based script which displays a number of elements of a slideshow (namely, tags containing images). The script then shows them. Now, while it looks nice when printing with JS turned off, I can't get the hidden images to display when printing. Unfortunately, no such thing as