jquery script
Posted: Thu Nov 24, 2011 8:33 pm
Can someone explain to me, a laymen, writing/modifying templates, what the jquery script at the bottom of most of the Bruji Info Templates code is, mean, does, etc. I know nothing about Java scripting.
Thanks
Code: Select all
<script src="includes/jquery.min.js"></script>
<script src="includes/jquery.masonry.min.js"></script>
<script>
$(function(){
$('.mainInfo').masonry({
singleMode: true
});
});
</script>