Skip to content Skip to sidebar Skip to footer

Conflict With Jquery And Jpagination, Jpagination Not Working Along

JPagination is not working to paginate a
with
  • . I don't know if it is a conflict on the ID, or if it's the PHP, or what exactly is going on here, I hope someo
  • Solution 1:

    I just read your question quickly, I think you use many plugins, so the problem I think is with when using multiple plugin, so always wrap up your javascript code with self invoking functions like

    (function($){
    
      /// Your page code here// Here you can use $ // We are passing jquery as $ to this self invoking function.
    
    })(jQuery)
    

    How do I fix Lightbox2 problems using $.noConflict()?

    Post a Comment for "Conflict With Jquery And Jpagination, Jpagination Not Working Along"