Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Nick McReynolds

    (@woobewoo)

    Hello @stevehoo,

    The filter generates a wpfAjaxSuccess event after it has run.
    And on this event you can hang up what needs to be done after the ajax has worked.

    jQuery(function () {
        document.addEventListener('wpfAjaxSuccess', function (event) {
           jQuery(".line_split").lettering('lines');
        });
    });
    Thread Starter stevehoo

    (@stevehoo)

    Genius and witchcraft : -)
    Thank you, very much.
    Works perfectly.

    Plugin Author Nick McReynolds

    (@woobewoo)

    You`re welcome!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lettering.js css styling titles with ajax loading?’ is closed to new replies.