Re: [jQuery] plugin namespace

2009-12-05 Thread Jessica S
ben2233 wrote: I think I over-simplified the situation. I'm writing a widget (which dynamically generates contents of a div element on the page, in this case) that gets plugged into various parts of the website. And the entire website is reliant on jQuery, so the jQuery code and plugins

[jQuery] plugin namespace

2009-12-04 Thread ben2233
The website I'm working with has jQuery and the jQuery Form plugin (jquery.form.js) included on every page (it can be used with the syntax $j). However, they are using a newer version of jQuery with an older version of the Form plugin... and this causes some errors. So, I would like to include my

Re: [jQuery] plugin namespace

2009-12-04 Thread waseem sabjee
including it on every page seems troublesome and hard to maintain. if you using PHP or ASP you can create your own Master Page and include there once. and load your other pages in as they are needed. my suggestion to you in converting to a CMS then you can include your script in only one file and