[jQuery] minor change to contextMenu plugin

2007-03-29 Thread Torbjorn Tornkvist
Hi, I'm making good use of the excellent contextMenu plugin. However, I have a little problem with the callback when the menu has been triggered. I want to get hold of which menu element that was choosen. Since I setup the menu programmatically, I can't hardcode the value. Perhaps, my poor Javscri

[jQuery] Help with the contextMenu plugin

2007-03-27 Thread Torbjorn Tornkvist
Hi, I'm using the great contextmenu plugin and wonder how I can update/re-init it on the fly ? I'm not sure if the code below makes any sense but basically, what I want to do is to get a new menu value from a input-text field, add it to the context-ul-menu and then re-init the contextMenu plugin.

Re: [jQuery] blending effect?

2007-03-16 Thread Torbjorn Tornkvist
Torbjorn Tornkvist wrote: > Joel Birch wrote: >> On 15/03/2007, at 7:54 PM, Hrvoje Blažeković wrote: >>> Simple to use, I have used it on some small sites (st-georg.hr - >>> the home page, www.podravka.com/visebojac/ - the header images) >>> Hrvoje >&g

Re: [jQuery] blending effect?

2007-03-15 Thread Torbjorn Tornkvist
Joel Birch wrote: > On 15/03/2007, at 7:54 PM, Hrvoje Blažeković wrote: >> Simple to use, I have used it on some small sites (st-georg.hr - >> the home page, www.podravka.com/visebojac/ - the header images) >> Hrvoje >> >> On 15 ožu, 2007, at 9:47, Torbjorn Tornk

Re: [jQuery] blending effect?

2007-03-15 Thread Torbjorn Tornkvist
, '0'); jQuery(slides[current]).css('zIndex', '1').fadeIn('slow'); How convenient... :-) Cheers, Tobbe > > Hrvoje > > > On 15 ožu, 2007, at 9:26, Torbjorn Tornkvist wrote: > >> Hi, >> >> I'm displaying one i

[jQuery] blending effect?

2007-03-15 Thread Torbjorn Tornkvist
Hi, I'm displaying one image, now how do I replace it with a 'blending' effect, i.e the old image fades out and the new image fades in ? I suspect I should make clever use of animate,opacity,z-index etc, I'm just not sure were to start. Any pointers to an existing example on how to do it with jqu

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-09 Thread Torbjorn Tornkvist
Joel Birch wrote: > On 09/03/2007, at 7:22 PM, Torbjorn Tornkvist wrote: >> Nice menues and a nice looking site! >> >> What especially caught my eye though was the >> rolling fact box. Very nice! >> >> Cheers, Tobbe > > Thanks for the complimen

Re: [jQuery] enhanced suckerfish-style menu plugin

2007-03-09 Thread Torbjorn Tornkvist
Nice menues and a nice looking site! What especially caught my eye though was the rolling fact box. Very nice! Cheers, Tobbe ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/

Re: [jQuery] loading animation for imagebox

2007-03-06 Thread Torbjorn Tornkvist
it just looks crappy.... > > Janet > > Torbjorn Tornkvist wrote: >> Janet Weber wrote: >> >>> Hi >>> >>> The loading animation for imagebox doesn't display properly. The >>> animation has a white box behind the loa

Re: [jQuery] loading animation for imagebox

2007-03-06 Thread Torbjorn Tornkvist
Janet Weber wrote: > Hi > > The loading animation for imagebox doesn't display properly. The > animation has a white box behind the loading.gif animation and I would > like to know how to change that white box to black or transparent? It is the container div that holds the loading.gif that has

Re: [jQuery] Enhancements to Imagebox

2007-03-02 Thread Torbjorn Tornkvist
Torbjorn Tornkvist wrote: > Janet Weber wrote: >> Hi Tobbe >> I was wandering if you noticed that the loading.gif graphic dosen't have a >> transparent background? > > Hm...yes, when you mention it :-) > > So how do I make its background transparent? >

Re: [jQuery] Enhancements to Imagebox

2007-03-02 Thread Torbjorn Tornkvist
, Tobbe > > Janet > > -Original Message- > From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Behalf Of Torbjorn Tornkvist > Sent: Thursday, March 01, 2007 8:14 PM > To: discuss@jquery.com > Subject: [jQuery] Enhancements to Imagebox > > > Hi, > > I've

[jQuery] Enhancements to Imagebox

2007-03-01 Thread Torbjorn Tornkvist
Hi, I've done some enhancements to Imagebox that may be of general interest. Added: + a stop() function that undo what init() does. + a closeHook option that is called when Imagebox is closed. + a nextImage2 and prevImage2 element that are placed to the left of closeHTML I'm not sure what the pr

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-28 Thread Torbjorn Tornkvist
Klaus Hartl wrote: > [-Stash-] schrieb: >> A simple "Cancel" link would be superb - I think this is an essential >> addition! > > clicking on the overlay while loading will abort loading... that its not > working is a bug on my side. is that sufficient? > > > -- Klaus Parhaps, Thickbox handles

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-28 Thread Torbjorn Tornkvist
Some other things: I've been using Imagebox and are missing a way of Stopping/Unloading it. Also, a hook when Imagebox closes down would have been very handy. Perhaps Thickbox3 can remedy this? Btw: what is the plan here, Thickbox looks very much alike as Imagebox. It could/is a bit confusing w

Re: [jQuery] ANNOUNCE: Thickbox Reloaded alpha

2007-02-26 Thread Torbjorn Tornkvist
Hi, It would be nice if it also supported Internationalization of the Previous/Next strings etc. Perhaps, it already does? I'll have to check the source. Cheers, Tobbe Klaus Hartl wrote: > Hi jQuerians, > > I just committed what I would call Thickbox Reloaded alpha version. It > may look th

Re: [jQuery] Animate enlargement of a thumbnail image

2007-02-16 Thread Torbjorn Tornkvist
DaveG wrote: >> But, since it is a commercial license attached to it, >> I don't want to look into the code. > > The license on that allows derivitive works: > "to Remix -- to make derivative works" > > ref: http://creativecommons.org/licenses/by-nc/2.5/ Perhaps I'm ovely cautious but the Javasc

Re: [jQuery] Animate enlargement of a thumbnail image

2007-02-15 Thread Torbjorn Tornkvist
e attached to it, I don't want to look into the code. Benjamin> There is a plugin over at Benjamin> http://interface.eyecon.ro/demos/slider_resize.html Thanx! I'll have a look. Cheers, Tobbe > > Rey > > Torbjorn Tornkvist wrote: >> Hi, >> >> I

[jQuery] Animate enlargement of a thumbnail image

2007-02-15 Thread Torbjorn Tornkvist
Hi, I want to learn how to animate the enlargement of a thumbnail image. Any pointers where to look for tips on how to do it ? Cheers, Tobbe ___ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/