Morning,
I am pretty new to jQuery, and I am trying to create a script file for jQuery and i am re-using some code i already had.
Can someone explain
jQuery(function($){
$('document').ready(function(){
$( function () {
To me please, and how I would use them in one file as i do not really want to have multiple script files i would rather condense it into one if possible.
Cheers,
Alan