id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc	blocking	blockedby
5783	Check if jquery.js and thickbox.js is loaded	shruti	brandon	"Hi, I need to check if jquery.js and thickbox.js are completely loaded or not. Wanted to confirm if the following code will ensure this or not.

if (jQuery) 
{   
    // jQuery is loaded   
} 
else 
{ 
    // jQuery is not loaded 
}

Actually have to show an anchor only if the scripts are fully loaded.

Its working if the server is fast, want to make sure it works in case the server is slow and there's a time lag in loading the scripts."	bug	closed	major	1.4	event	1.3.2	invalid		shruti4.a@…		
