Replaced $ with jQuery for noconflict mode compatibility

This commit is contained in:
Scott Walkinshaw
2011-07-19 13:42:31 -06:00
parent 1b4c84291b
commit 89572e781d

View File

@@ -1,10 +1,10 @@
$(document).ready(function() {
jQuery(document).ready(function() {
// $('#cycle').cycle({
// jQuery('#cycle').cycle({
// fx: 'fade'
// });
// $('figure.gallery-item a').attr('rel','gallery');
// $('figure.gallery-item a[rel="gallery"]').fancybox();
// jQuery('figure.gallery-item a').attr('rel','gallery');
// jQuery('figure.gallery-item a[rel="gallery"]').fancybox();
});
});