Sha256: 155334a8f7c97f58608dcd31a6360efe642c58c1892264ed739b3c8ce04b33e8
Contents?: true
Size: 845 Bytes
Versions: 4
Compression:
Stored size: 845 Bytes
Contents
(function ($) { $(function(){ $(document).foundationAlerts(); $(document).foundationButtons(); $(document).foundationAccordion(); $(document).foundationNavigation(); $(document).foundationCustomForms(); $(document).foundationMediaQueryViewer(); $(document).foundationTabs({callback:$.foundation.customForms.appendCustomMarkup}); $(document).tooltips(); $('input, textarea').placeholder(); // UNCOMMENT THE LINE YOU WANT BELOW IF YOU WANT IE8 SUPPORT AND ARE USING .block-grids // $('.block-grid.two-up>li:nth-child(2n+1)').css({clear: 'both'}); // $('.block-grid.three-up>li:nth-child(3n+1)').css({clear: 'both'}); // $('.block-grid.four-up>li:nth-child(4n+1)').css({clear: 'both'}); // $('.block-grid.five-up>li:nth-child(5n+1)').css({clear: 'both'}); }); })(jQuery);
Version data entries
4 entries across 4 versions & 1 rubygems