}, 200);
         }, 200);
     });
-    $("#sort-popular").on('click', function() {
-        $(".l-books__item").each(function() {
-            $(this).css('order', $(this).attr('data-pop'));
-        });
-    });
-    $("#sort-popular").on('click', function() {
-        $(".l-books__item").each(function() {
-            $(this).css('order', $(this).attr('data-pop'));
-        });
-    });
-    
     
 })(jQuery);
 
 {% load sorl_thumbnail %}
 
-<article class="l-books__item" data-pop="{{ book.popularity.count }}">
+<article class="l-books__item" data-pop="-{{ book.popularity.count }}">
   <figure class="l-books__item__img" style="height:240px">
     <a href="{{ book.get_absolute_url }}">
       {% if book.is_picture %}