yeah but isn’t it better to add it with the link i provided,
NOTE:
i did try i though but it didn’t work i only added my .js though, should i add jquery to? and if how?
on my website i see that jquery is loaded. see below:
<script type="text/javascript" src="https://itsolutionsblog.net/wp-includes/js/jquery/jquery.js?ver=1.8.3"></script>
but when i for instance in my .js say:
jQuery(document).ready ('function'(){
alert('Hellow World');
});
it doesn’t work. (this was just an example alert though i tried some different jquery actions to.)