jSort sort by date


/ Published in: jQuery
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $('#sort-wrap').jSort({
  2. sort_by:'.date',
  3. item: 'div',
  4. order:'asc',
  5. is_num:true,
  6. sort_by_attr:true,
  7. attr_name:'name'
  8. });

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.