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 functions (I think) - the calls would be in the form $.jqURL.myfunc() -- so am I writing a plugin or an extension?

2) Since I'm writing functions, rather than methods, in those cases I don't need to return the jQuery object, correct?

Thanks and I'll have something for folks to look at real soon.

-- Josh



Reply via email to