[jQuery] Re: Disabling jQuery on printing?

2008-10-20 Thread iantresman
ges appear OK (after reducing the preview by 60%). This seems to suggest to me that maphilight is active during printing. Ian On Oct 20, 9:39 am, "Ca-Phun Ung" <[EMAIL PROTECTED]> wrote: > On Mon, Oct 20, 2008 at 4:13 PM, iantresman <[EMAIL PROTECTED]> wrote: > &g

[jQuery] Re: Disabling jQuery on printing?

2008-10-20 Thread iantresman
I'm sure my jQuery scripts are doing something, because I when I REM them out, my printouts are fine. On Oct 19, 7:15 pm, ricardobeat <[EMAIL PROTECTED]> wrote: > The media attribute is only for CSS files, not scripts... scripts > never run when printing. > > On Oct

[jQuery] Disabling jQuery on printing?

2008-10-19 Thread iantresman
I wanted disable jQuery on printing, but added the media tag didn't work for me. Is there a proper way to do it? I also tried disabling a function at printing, which also doesn't work: $(function() { $('.map').maphilight(); });

[jQuery] Saving draggable div positions to html?

2008-10-13 Thread iantresman
Is it possible to save the state of a draggable DIV's position? I can make a DIV draggable as explained here: http://docs.jquery.com/UI/Draggables But how can I acquire the new DIV position, and save it somewhere, so that when my web page is accessed again, the new DIV position is remembered. I

[jQuery] Re: Multiple cluetips (tooltips) on an imagemap

2008-10-12 Thread iantresman
AIL PROTECTED]> wrote: > Hi there, > > Unfortunately, no, multiple tooltips are not supported. Only one at a   > time. > > --Karl > > > Karl Swedbergwww.englishrules.comwww.learningjquery.com > > On Oct 11, 2008, at 5:11 PM, iantresman wrote: > &g

[jQuery] Multiple cluetips (tooltips) on an imagemap

2008-10-11 Thread iantresman
I'm using Cluetips to show tooltips over several AREAs on an image map (with usemap). Is it possible to: (a) Show multiple sticky tooltips, all displayed at the same time (b) Automatically show all tooltips as soon as the page loads (ie. no mouseover). The tooltip labels multiple AREAs on my im

[jQuery] Always-on Tooltips on image with usemap areas

2008-10-07 Thread iantresman
I'd like to show "tooltips" on usemap images with multiply defined AREAs and their associated title tag text. And I'd like to show them all displaying by default, so they show as dynamically generated captions. I've been using kemayo's excellent Map Hilight at http://plugins.jquery.com/project/