• Hi Takayuki!
    At first let me thank you for your great plugin!

    And now the question.
    How can I add some new classes to ajax-loader tag?
    Change this
    <span class="ajax-loader"></span>
    to this
    <span class="ajax-loader new-class"></span>

    Thank you!

Viewing 2 replies - 1 through 2 (of 2 total)
  • You can add new class using jQuery.

    
    jQuery(document).ready (function (){
    jQuery('form .ajax-loader').addClass('new-class');
    });
    Thread Starter MAzZY

    (@mazzy)

    Yes, already done it
    But I think about native solution

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Extend ajax-loader class’ is closed to new replies.