[Prototype-core] Re: DOMContentLoaded bug?

2007-09-30 Thread jdalton

Recently there was more discussion about contentLoaded on ajaxian.
A couple of new ways of detecting dom load was mentioned.

http://ajaxian.com/archives/more-fun-with-domcontentloaded


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---



[Prototype-core] Re: DOMContentLoaded bug?

2007-09-28 Thread Tobie Langel

yup, we're going to correct this asap.

Regards,

Tobie

On Sep 28, 3:49 pm, [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote:
 I noticed that when using the DOMContentLoaded functionality of the
 new beta in IE, the browser will receive 404 calls (test it using
 filder).

 I believe the error is from this line (4014) in the latest beta (1.6)

 src='://javascript:void(0)'\/script);

 It should read:

 src='javascript:void(0)'\/script);

 Anyone else notice this?


--~--~-~--~~~---~--~~
You received this message because you are subscribed to the Google Groups 
Prototype: Core group.
To post to this group, send email to prototype-core@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/prototype-core?hl=en
-~--~~~~--~~--~--~---