Skip to:
Content

BuddyPress.org

Changes between Initial Version and Version 6 of Ticket #1616


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

Actually "ajaxStop" may be the event you are looking for.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1616

    • Property Cc sbrajesh jeff@… added
    • Property Status changed from new to closed
    • Property Resolution changed from to worksforme
  • Ticket #1616 – Description

    initial v6  
     1
     2{{{
     3
     4}}}
    15As 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).
    26Would 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.