dynamic catalogue menu
[wolnelektury.git] / wolnelektury / static / js / search.js
index 47b6665..5951b8b 100644 (file)
@@ -43,6 +43,10 @@ var __bind = function (self, fn) {
 
     $(function() {
         $("#search").search().labelify({labelledClass: "blur"});
+
+       $(".search-result .see-more-snippets").click(function() {
+           $(this).closest('.search-result').find('.snippets').removeClass('ui-helper-hidden');
+           });
     });