Skip to content

Commit

Permalink
Add note about available events and the use of "bind()" for callbacks…
Browse files Browse the repository at this point in the history
… (see seaofclouds#205)
  • Loading branch information
purcell committed Jan 20, 2012
1 parent 9fde39c commit a72978d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions tweet/jquery.tweet.js
Expand Up @@ -32,6 +32,8 @@
filter: function(tweet) { // [function] whether or not to include a particular tweet (be sure to also set 'fetch')
return true;
}
// You can attach callbacks to the following events using jQuery's standard .bind() mechanism:
// "loaded" -- triggered when tweets have been fetched and rendered
}, o);

// See http://daringfireball.net/2010/07/improved_regex_for_matching_urls
Expand Down

0 comments on commit a72978d

Please sign in to comment.