Forum Discussion

ttadej's avatar
ttadej
Advisor
7 years ago

List of Lithium jQuery events

Using events like this is very powerful in custom code:

$(document).on('LITHIUM:lightboxOpenEvent', function () { // do stuff }

Is there a comprehensive list of these jQuery events?

 

One we'd like to know about now is something like "groupJoinSuccess" - does that exist? I suppose I could try to search through the bundled JS but haven't tried that yet.

 

Thanks!

 

cc: SuzieHJohnD

  • SuzieH's avatar
    SuzieH
    Khoros Alumni (Retired)

    HI ttadej,

    I asked Engineering about your question, and this is the response I got back:

     

    "I am not aware of any lists of JS events that our application uses. In the past, I know that we have made some members of Professional Services aware of these events, but we have never solidified these as contact points. In the case of the event the customer is asking about, successfully joining a group, I believe the action does not use Ajax/JavaScript and thus there is no JS event that could be listened to."