Skip to:
Content

BuddyPress.org

Changes between Version 6 and Version 7 of Ticket #1616


Ignore:
Timestamp:
01/21/2010 11:48:14 AM (15 years ago)
Author:
apeatling
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1616 – Description

    v6 v7  
    1 
    2 {{{
    3 
    4 }}}
    51As of bp 1.2, activity stream is loaded using ajax so are some other components. So what If I want to call one of my javascript method after the activity is loaded. How do I get the idea when the activity is loaded(Just an example).
    62Would not it be better to define custom events and fire them when some content is loaded(say activity_loaded) ,other developers can hook their custom code to these events. YUI provides an easy way to define custom events but there can be other implementations too.