Hi
i used jquery many times in noconflict mode as below
var $j = jQuery.noConflict();
and it works great every time.
Today i used the jQuery 'before after' plugin. I used the same noconflict function but it did not work http://www.catchmyfame.com/2009/06/25/jquery-beforeafter-plugin/
I am not sure that $.fn.extend works with no conflict or not. Please help thanks