/** * Theme js file. You wanna add js or jQuery. * * @package Articled * @since Articled 1.0 * */ ;(function ( $, window, document ) { 'use strict'; $(document).ready(function() { $('.nada-contents').hide('fast'); }); })( jQuery, window, document );