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)
Post a Comment for "Conflict With Jquery And Jpagination, Jpagination Not Working Along"