Guest User

Untitled

a guest
Jun 18th, 2018
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. <script>
  2.  
  3. jQuery( document ).ready(function() {
  4.  
  5. var Portf = jQuery('.et_pb_portfolio_items');
  6. var PortfItems = Portf.children('.et_pb_portfolio_item');
  7. Portf.append(PortfItems.get().reverse());
  8.  
  9. });
  10.  
  11. </script>
Add Comment
Please, Sign In to add comment