Re: Change Event, Bubbling and IE8

On Fri, 11 Jul 2008 05:29:40 +0200, Garrett Smith <dhtmlkitchen@gmail.com>  
wrote:
>   if(big.addEventListener) {
>     big.addEventListener("change", getTimeStamp, true);
>     big.attachEvent("submit", getTimeStamp, true);

Note that with addEventListener if the last argument is true you're  
registering for the capture phase.


-- 
Anne van Kesteren
<http://annevankesteren.nl/>
<http://www.opera.com/>

Received on Friday, 11 July 2008 06:28:17 UTC