• OzzModz is no longer taking registrations. All registrations are being redirected to Snog's Site
    All addons and support is available there now.

How to fix Firebug Error

I have one error show on the Firebug , How to fix on this error ?

Code:
TypeError: $(...).lightBox is not a function
	

$(".portfolio_holder a[rel^='group1'], .portfolio_holder2 a[rel^='group1']").lig...


Code:
	//lightbox
	//--------
	$(".portfolio_holder a[rel^='group1'], .portfolio_holder2 a[rel^='group1']").lightBox();
}) // end document.ready call
 
Back
Top