What is the difference between these two:
$(function () {
// do stuff
});
AND
(function () {
// do stuff
})();
See Question&Answers more detail:osWhat is the difference between these two:
$(function () {
// do stuff
});
AND
(function () {
// do stuff
})();
See Question&Answers more detail:os