rumcajsowaty
Member
Posted 1 year ago #
Hello,
I propose little change to solve the conflict problems with other plugins using jquery (for example Slickr Flickr):
jQuery.noConflict();
var lastlen = 0;
jQuery(document).ready(function($) {
insead of:
var lastlen = 0;
$(document).ready(function() {
BR
Marek
wow, thanks, that's a VERY good proposition!
the GL plugin is very nice but it conflicts with a lot of other plugins, so I could not use it.
but now it's working just great!
author of this plugin should implement this change into next release.
thanks
Included in version 1.0.2.
Thanks a lot.