Welcome aboard! We are happy you are here and wish you good net-raft!
// this place into js file of name js_file ******************************************* 
$(document).ready(function(){
your jquery code ...
}); 
// this place into html, php, aspx ... file ******************************************* 
<script src="js_file" type="text/javascript"></script> 
// this place into  <head>  of html, php, aspx ... file ******************************************* 
<script src="js_file" type="text/javascript"></script> 
The most helpful JQUERY solutions