[jQuery] New jQuery Plugin Authoring Pattern

2010-02-28 Thread Milan Adamovsky
Hi all plugin authors! I've just recently developed a plugin pattern that I think may be useful to you. Feel free to read up on it here http://milanadamovsky.blogspot.com/2010/02/new-jquery-plugin-pattern.html Even if you are not an author, I think it's worth a look especially if you want to

[jQuery] Plugin Authoring and $.extend

2009-12-30 Thread T.J. Simmons
Hi all, Got a quick question. I'm writing my second plugin following Mike Alsup's pattern (http://www.learningjquery.com/2007/10/a-plugin- development-pattern) and the only part that I have yet to wrap my head around is using $.extend().. I understand what it does, sorta, but not the why. I've

Re: [jQuery] Plugin Authoring Code Example Incorrect

2009-11-07 Thread Morten Maxild
, 2009 1:19 PM To: jQuery (English) Subject: [jQuery] Plugin Authoring Code Example Incorrect I created a jQuery plugin for the sake of learning the process and got it working no problem. In the plugin authoring docs it says that if you return true inside the each method, you can continue using jQuery

[jQuery] Plugin Authoring Help pt 2

2008-03-04 Thread Leanan
Ok, I'm really trying to wrap my head around this, and it's irritating me. I've checked out the following pages: http://docs.jquery.com/Plugins/Authoring http://www.learningjquery.com/2007/10/a-plugin-development-pattern And they help some but there's one problem I'm running into. I have:

[jQuery] Plugin authoring

2007-05-08 Thread Shelane Enos
I wrote a plugin, but I don't have a place where I can serve it - believe it or not. Is there somewhere on the jquery site plugins can be hosted? If not, would someone be willing to host it for me? It's a pretty simple plugin. Only 8k. I can create an example usage with Lasso or php.

[jQuery] Plugin authoring

2007-04-17 Thread Josh Nathanson
Hey all, I've been working on my first jQuery plugin, it's going to be called jqURL. It handles some url parsing tasks and does a few other nifty things. But, I have a couple of questions -- I want to make sure I'm going about things the right way. 1) I'm not adding any methods, just