[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

[jQuery] Re: plugin namespace

2009-12-04 Thread ben2233
be try this way var $namespace = jQuery.noConflict(); $namespace(function() {  var h = $namespace(body):  h.hide(); }); On Fri, Dec 4, 2009 at 7:10 PM, ben2233 ben.duf...@cerner.com wrote: The website I'm working with has jQuery and the jQuery Form plugin (jquery.form.js) included