[jQuery] Re: Drop Shadow Plugin

2008-01-05 Thread [EMAIL PROTECTED]
Magical script Larry! Can you explain a little how you turn an image into shadow? I expect it happens somewhere around shadows[0] jthis.close(), but can't understand how that makes things shadow- grayish. Sincerely, Paul On Jan 3, 10:54 pm, McLars <[EMAIL PROTECTED]> wrote: > Hannes, > > Act

[jQuery] Re: Drop Shadow Plugin

2008-01-03 Thread McLars
Hannes, Actually, my apologies for not specifying the jQuery version. That was intentional, though, as the versions change so often and I doubt I will keep up. I should have said it was developed on version 1.2 and anything before or after that, you're on your own. My bad. I'm glad you like it.

[jQuery] Re: Drop Shadow Plugin

2008-01-03 Thread slooodge
Hi Larry, thanks for your quick respond! I have found the error - my jquery.js was to old I guess. I have downloaded teh files from your page and now it works beautifully! Thanks again for your beatiful plugin, Hannes On 3 Jan., 16:55, McLars <[EMAIL PROTECTED]> wrote: > Hannes, > > I'm sorr

[jQuery] Re: Drop Shadow Plugin

2008-01-03 Thread McLars
Hannes, I'm sorry, but I don't see anything wrong with your code. I assume you have renamed the plugin files, since they normally begin with "jquery." Otherwise, unless there's a syntax error in there I can't see, it should work just like that. Are you getting any errors at all? Thanks, Larry

[jQuery] Re: Drop Shadow Plugin

2008-01-03 Thread McLars
Jonah, Thanks for the tip, I will think about that for future enhancements. There's currently another thread where someone says the .clone() method is slow too. In either case, I'm not too worried about speed. The plugin is really only intended for adding a few drop shadows to a page, just to add

[jQuery] Re: Drop Shadow Plugin

2008-01-03 Thread weepy
The only issue I have so far is with the speed - it can be quite slow. You could significantly speed up your HTML creation by simply creating the HTML by concatenating strings. Jquery's functions are generally quite slow. e.g. instead of divShadow.append(shadows[i]); use divShadow[0].innerHT

[jQuery] Re: Drop Shadow Plugin

2008-01-03 Thread slooodge
Hi Larry, first of all, thanks for sharing your beautiful dropshadow plugin! I would like to use it on one of my website to create a shadow around images. But unfortunately I can't get it running. I am german and my english is not very good, so maybe I just misunderstood the documentation. I simp

[jQuery] Re: Drop Shadow Plugin

2007-12-14 Thread Andy Matthews
Nice one Larry! -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of McLars Sent: Friday, December 14, 2007 2:29 PM To: jQuery (English) Subject: [jQuery] Drop Shadow Plugin I have a new plugin that will create soft drop shadows on elements. It wor