Displaying 1 result from an estimated 1 matches for "future3".
Did you mean:
future
2006 Apr 03
5
Event.observe on IE
...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" class="ajaxtarget">
<ul class="navlist">
<li><a href="future3" class="ajax">future</a></li>
<li><a href="recent3" class="ajax">recent</a></li>
<li><a href="past3" class="ajax">past</a></li>
</ul>...