Let's say I have a piece of javascript that does something like """ mybutton.onclick(); """
mybutton has an event attached to it thanks to my KSS rule: button#someid:click { etc etc etc } I want the azax event handler to also fire, but it does not since events are not generated when doing a click through Javascript. Question: how do I force that event to fire? I've been through kukit.js and it seems that in one of the rules or rule_processors arrays lies the callable objects. Is this correct? Thanks Hedley _______________________________________________ Kss-devel mailing list Kss-devel@codespeak.net http://codespeak.net/mailman/listinfo/kss-devel