| changeset 118 | a06fb50d574f |
| parent 115 | a88246833732 |
| child 119 | 9d2a4916ee7a |
| 117:655351c846e1 | 118:a06fb50d574f |
|---|---|
1 $(function(){ |
1 $(function(){ |
2 var container = $('.list-projets-3'); |
|
3 container.masonry({ |
|
4 columnWidth: 465, |
|
5 itemSelector: '.item', |
|
6 gutter : 20 |
|
7 }); |
|
8 |
|
9 $('.new-collection').bind('click', function(e){ |
|
10 e.preventDefault(); |
|
11 }); |
|
2 |
12 |
3 });//ready |
13 });//ready |