integration/v2/js/main.js
changeset 131 f7f6c6acf9b9
parent 128 5ce3313fb21d
child 132 2f15d59e65ef
equal deleted inserted replaced
130:4bdf2fdf4bcb 131:f7f6c6acf9b9
     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 		});