I think i can figure it out what just happened on infinite scroll pagination the jQuery(document).ready
its not triggered it just load for first data that come through HTTP but after scroll the Ajax loaded new content they don’t response to Jquery any more because jQuery(document).ready
didn’t happened for this new data!
what should i do now?