What does this Jquery Syntax mean ?
!function ($) {
//function code here
}
The function starts with a '!' and also doese`nt have a name.
can i get an explanation ?
What does this Jquery Syntax mean ?
!function ($) {
//function code here
}
The function starts with a '!' and also doese`nt have a name.
can i get an explanation ?