Google Mail Calendar Documents Reader Web more »
Recently Visited Groups | Help | Sign in
Google Groups Home
Message from discussion addBehaviour doesn't seem to work in Safari 4 beta
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Follow-up To:
Add Cc | Add Follow-up to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers that you hear
 
Ant  
View profile   Translate to Translated (View Original)
 More options 20 Apr, 11:47
From: Ant <email2a...@gmail.com>
Date: Mon, 20 Apr 2009 03:47:08 -0700 (PDT)
Local: Mon 20 Apr 2009 11:47
Subject: Re: addBehaviour doesn't seem to work in Safari 4 beta
I've checked and re-checked this. I think the above is true. I have
had to resort to the debug JS below which works

document.observe("dom:loaded", function() {
  // the element in which we will observe all clicks and capture
  // ones originating from pagination links
  var container = $(document.body);

  if (container) {
    container.observe('click', function(e) {
      var el = e.element();
      if (el.match('a')) {
        alert("click");
      }
    });
  }

});


    Reply to author    Forward  
You must Sign in before you can post messages.
To post a message, you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.

Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google