Comments on: Why create a jQuery plugin? https://j11y.io/javascript/why-create-a-jquery-plugin/ Sun, 22 Mar 2015 15:39:22 +0000 hourly 1 https://wordpress.org/?v=5.0.13 By: Surender https://j11y.io/javascript/why-create-a-jquery-plugin/#comment-621 Sun, 11 Oct 2009 14:24:32 +0000 https://j11y.io/?p=481#comment-621 Woh.. Nice Article for JQuery Plugin beginners…

Thanks James.

]]>
By: Rob D(esigner) https://j11y.io/javascript/why-create-a-jquery-plugin/#comment-620 Sun, 22 Feb 2009 03:51:35 +0000 https://j11y.io/?p=481#comment-620 Have you tried “cluetips”? They’re a neat extension to jQuery that creates tool tips which can contain an entire (if you are so bold) web page(let). Go to http://plugins.learningjquery.com/cluetip/demo/ to see some KEWL examples. Especially look at HoverIntent – part of the jQuery library. Cluetips are for those times that you would use LightBox but don’t want your whole page hijacked and turned black. These puppies just fade in do their business and then “Foop!” they’re outta there! No muss no fuss! All with (literally) a couple lines of code. Nice! Sweet!

]]>
By: Matthias https://j11y.io/javascript/why-create-a-jquery-plugin/#comment-619 Wed, 04 Feb 2009 10:13:57 +0000 https://j11y.io/?p=481#comment-619 Nice little introduction… I’m going to check my jQuery code now to see, if I can create some plugins from it. Never have looked in this yet.

]]>
By: Andreas https://j11y.io/javascript/why-create-a-jquery-plugin/#comment-618 Tue, 03 Feb 2009 13:01:01 +0000 https://j11y.io/?p=481#comment-618 I really like the $.widget factory in jquery ui core to make jquery/ui plugins. Its sweet.

]]>
By: James https://j11y.io/javascript/why-create-a-jquery-plugin/#comment-617 Tue, 03 Feb 2009 09:37:23 +0000 https://j11y.io/?p=481#comment-617 @Karl, thank you, I’ve just added that link.

@Kriesi, Great! 😀

]]>
By: Kriesi https://j11y.io/javascript/why-create-a-jquery-plugin/#comment-616 Tue, 03 Feb 2009 08:05:48 +0000 https://j11y.io/?p=481#comment-616 you convinced me, I will try this for my next project ;D

]]>
By: Karl Swedberg https://j11y.io/javascript/why-create-a-jquery-plugin/#comment-615 Tue, 03 Feb 2009 01:40:03 +0000 https://j11y.io/?p=481#comment-615 Nice article, James! Another “how to” article that others might benefit from is Mike Alsup’s A Plugin Development Pattern.

]]>