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 li...