search for: ajax3

Displaying 1 result from an estimated 1 matches for "ajax3".

Did you mean: ajax
2006 Apr 03
5
Event.observe on IE
I''m working again on unloading events before making my ajax call. This code works on Firefox/Opera, but IE doesn''t seem to get the onclick events registered. Could someone with IE take a look? http://hank.org/demos/ajax3.html The js is included in that file. There''s alerts() to show when the events are registered. The idea of the code is to look for any elements with a "ajaxtarget" class, and then adds events for all children that have a class of "ajax". <div id="target...