/** * Theme js file. You wanna add js or jQuery. * * @package Articled * @since Articled 1.0 * */ ;(function ( $, window, document ) { 'use strict'; $(document).ready(function() { // Stuff to do as soon as the DOM is ready }); })( jQuery, window, document );