| |
Low Pro |
I couldn't get addBehaviour to work in Safari 4 beta. I changed my
Event.addBehavior.reassignAfterAjax = true;
Thanks
Anthony
code to try and debug it as follows:
Event.onReady(function() {
alert("ready");
'a:click' : function(e) {
alert("click");
}
"click" alert. However in Firefox 3 both alerts work just fine. Has
anybody else experienced this?