Advertisement
Guest User

Untitled

a guest
Apr 23rd, 2019
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. function($){
  2.  
  3. $(document).ready(function(){
  4. $('.pagination-pickup-store').customPaginate({
  5. itemsToPaginate:".post"
  6. });
  7.  
  8. });
  9.  
  10. }(jQuery));
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement