On Nov 27, 9:06 am, vtsuper <vtsu...@gmail.com> wrote:
> I have post a question 
> beforehttp://groups.google.com/group/prototype-scriptaculous/browse_thread/...
>
> I would like to solve this problem accroding to this 
> sitehttps://mootools.lighthouseapp.com/projects/2706/tickets/35-ie-s-atta...
> (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 }); });

I'm not clear what you are asking.

The _reason_ is as discussed in the previous thread: DOM Level 2 does
not guarantee the order of events, and it is implicit in the thread
that Prototype does not add anything to that.

Or are you requesting an enhancement to Prototype?

--

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