Displaying 2 results from an estimated 2 matches for "other_el".
Did you mean:
otherel
2007 Dec 03
1
Element#fire normal (i.e., non-custom) events
At the moment, my code observes an element for a ''click'' event. This
then triggers a function that fires a custom event on another object.
E.g.:
$(element).observe(''click'', function(e) { $
(other_element).fire(''custom:event'', e) });
This works fine, but I would like to be able to:
$(element).observe(''keypress'', function(e) { $
(other_element).fire(''click'', e) });
Is there any way of firing standard DOM events instead of only firing
custo...
2006 Jun 30
6
RSS::Parser Documentation
Hi
I am trying to use the RSS classes from "rss/2.0" and everything works
but I want to know what attributes and properties I can get at from each
of the classes I am getting back.
For example, the class has a "channel" which I can tell has a "title"
attribute (because it works when I query it :) but I would really like a
list of every attribute that is