first commit
This commit is contained in:
7
modules/ph_simpleblog/js/ph_simpleblog_masonry.js
Normal file
7
modules/ph_simpleblog/js/ph_simpleblog_masonry.js
Normal file
@@ -0,0 +1,7 @@
|
||||
$(window).load(function()
|
||||
{
|
||||
var $container = $('.simpleblog-posts');
|
||||
$container.isotope({
|
||||
itemSelector: '.simpleblog-post-item'
|
||||
});
|
||||
});
|
||||
Reference in New Issue
Block a user