my events work great in everything but !@#$ IE. i found that i need to call the fireEvent('event');
function, but i don't know where to put it. to pull from a previous question i asked, is this where i put it?
$('field').addEvents ({
'focus' : function() {
this.fireEvent('focus');
// do some stuff
}
'blur' : function() {
this.fireEvent('blur');
// do other stuff
}}
});
because if it is... something else is wrong because i tried it and it doesn't work worth a tinker's damn.
can we just flat out tell people "access denied. you're using a retarded browser. get a real one and come back."? why can't Anonymous target the IE dev team?? :P
anyway. TIA.
WR!