> I've had a look at idrop.js, and highlight() seems to where the
> delay occurs. I tried to profile the code using venkman, but can't
> my head round it at the minute - anyone know an easy way to profile
> a javascript function?

you could use the excellent firebug extension:

console.time('name');

// code to profile

console.timeEnd('name');


http://www.joehewitt.com/software/firebug/docs.php



-- klaus

_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/

Reply via email to