if you used two closures, e.g.

(function($){
  $.fn.myplugin = function(){}
})(jQuery)

(function($){
  $.fn.mysecondplugin = function(){}
})(jQuery)

make sure there is a semicolon separating them.


On Jul 18, 9:25 am, Tzontonel <tzonto...@gmail.com> wrote:
> I want to put in 1 page two jquery plugin, but one of this plugin
> don't work when i put 2" plugin. I am a noob in jquery and I want to
> know if 2 jquery plugin in 1 page works fine?

Reply via email to