Forum Discussion
luk
10 years agoBoss
Try putting that $.ajaxComplete JS block into a custom component exactly named "last_chance_html". This will be inserted AFTER the native Lithium JavaScript stuff.
Which probably is the reason you cannot catch the AJAX requests made by Lithium Code, your code is inserted BEFORE and therefore executed BEFORE the native Lithium JS code, so your event "catcher" doesn't listen to events registered later on in the code...
Which probably is the reason you cannot catch the AJAX requests made by Lithium Code, your code is inserted BEFORE and therefore executed BEFORE the native Lithium JS code, so your event "catcher" doesn't listen to events registered later on in the code...
Related Content
- 2 years ago
- 2 years ago
- 10 years ago