ttadej
7 years agoAdvisor
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!