• Resolved Bobetinho

    (@mor1s)


    Thanks for your plugin, really great work!

    I am using a text highlighter that is run by an external js library. After the page content is loaded, the js library calls a function which highlights the code.

    When using your plugin, it doesn’t re-call the highlighter after the ajax call. I need to hook into it and call it myself when the ajax call is loaded.

    Right now I am doing as simple as:
    $(“#load-more”).ajaxStop(function() {
    //calling custom code
    });

    But I feel that this is error-prone. Do you provide any built in functionality to run some custom code after the ajax call?

    • This topic was modified 8 years, 2 months ago by Bobetinho.
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Run custom js code after the ajax call’ is closed to new replies.