.. | |||||
.htaccess | |||||
brightcove.js | |||||
jmpress.js | |||||
jquery.cycle.min.js | |||||
main.js | |||||
quiz.js | |||||
recipes-printthis.js | |||||
recipes.js | |||||
slideshow-shortcode.js |
/* global jetpack_recipes_vars */ ( function ( $ ) { $( window ).load( function () { $( '.jetpack-recipe-print a' ).click( function ( event ) { event.preventDefault(); // Print the DIV. $( this ).closest( '.jetpack-recipe' ).printThis( { pageTitle: jetpack_recipes_vars.pageTitle, loadCSS: jetpack_recipes_vars.loadCSS, } ); } ); } ); } )( jQuery );
.. | |||||
.htaccess | |||||
brightcove.js | |||||
jmpress.js | |||||
jquery.cycle.min.js | |||||
main.js | |||||
quiz.js | |||||
recipes-printthis.js | |||||
recipes.js | |||||
slideshow-shortcode.js |