equal
deleted
inserted
replaced
5 columnWidth: 465, |
5 columnWidth: 465, |
6 itemSelector: '.item', |
6 itemSelector: '.item', |
7 gutter : 20 |
7 gutter : 20 |
8 }); |
8 }); |
9 //popin |
9 //popin |
10 $('.new-collection').bind('click', function(e){ |
10 $('.open-popin').bind('click', function(e){ |
11 e.preventDefault(); |
11 e.preventDefault(); |
12 var target = $(this).attr('href'); |
12 var target = $(this).attr('href'); |
13 $('.popin-wrap').fadeIn(function(){ |
13 $('.popin-wrap').fadeIn(function(){ |
14 $(target).show(); |
14 $(target).show(); |
15 }); |
15 }); |