[jQuery] inproper function
I have found a script for a sliding scroll of thumbnail pictures. by
itself it works fine but on my web site firefox says its not a proper
function. What could cause this?
jQuery(function($) {
$("#carousel").html(
$("#holder_images").html()).carousel3d({ control: 'continuous',
radiusY: 0, speed: 1, radiusX: 250, fadeEffect: 1, centerX: $
('#carousel').offset().left + $('#carousel').width()/2 });
});
My link for the page is:
http://royalvillicus.com/photosite/photo.html
I appreciate any help in the matter