st3ph / jquery.easyPaginate

jQuery plugin to paginate anything with cool effect (or not)
MIT License
45 stars 74 forks source link

Instead of selector #3

Closed bindashsandeep closed 7 years ago

bindashsandeep commented 7 years ago

Hi Friend,

If I will use class instead of any element like img, tbody?

I want to use a class. Can this will be paginated?

My code is like:

div id="tobepaginate" div class="item col-xs-12">one /div div class="item col-xs-12">two /div div class="item col-xs-12">three /div div class="item col-xs-12">four /div div class="item col-xs-12">five /div /div>

st3ph commented 7 years ago

It works with anything

bindashsandeep commented 7 years ago

Thanks for your reply 👍 Actually I am new to javascript, that's why I'm confused. Can you please suggest me how to write Stéphane :)

$(function() { $('#products').easyPaginate({ paginateElement: 'img', elementsPerPage: 6, effect: 'climb' }); });

what to put on 'paginateElement' and what to write for 'img'