John Resig schrieb:
> On 9/28/06, Marc Jansen <[EMAIL PROTECTED]> wrote:
>> I can see nothing, too.
>>
>> even more my console on FF 1.5.0.7 says "console is not defined (L.
>> 6)"... and that just after loading.
>>
>> nice idea, though.
>
> That means that you have to have the Firebug extension install for
> Firefox. You can get it here:
> http://getfirebug.com/
>
> --John
Hey John, I added the following lines to my JS, just in case I forget a
log statement somewhere:
// console.log fallback
if (!window.console) window.console = {};
if (!window.console.log) window.console.log = function(s) {};
Maybe it's useful here too, just to avoid an error...
-- Klaus
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/