I have post a question before
http://groups.google.com/group/prototype-scriptaculous/browse_thread/thread/e7c9e808777c8ba7/f2af8212bc699643?lnk=gst&q=event+order#f2af8212bc699643

I would like to solve this problem accroding to this site
https://mootools.lighthouseapp.com/projects/2706/tickets/35-ie-s-attachevent-ff-s-addeventlistener-and-event-fire-order
(this is mootools not prototypejs)

but sadly it is not work in my case, does anyone know the reason???
$('testobj').observe("widget:frobbed", function(){alert("1");});
$('testobj').observe("widget:frobbed", function(){alert("2");});
$('testobj').observe('click',function(){$('testobj').fire
("widget:frobbed", { widgetNumber: 19 }); });

--

You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptacul...@googlegroups.com.
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en.


Reply via email to