Use ready() to make a function available after the document is loaded.Two syntaxes can be used:
1.$(document).ready(function)
2.$(function)
Use ready() to make a function available after the document is loaded.Two syntaxes can be used:
1.$(document).ready(function)
2.$(function)