Wednesday, March 6, 2019

Function inside jquery selector

From:  https://stackoverflow.com/questions/6454631/jquery-newbie-what-does-jqueryfunction-means


All three below are the same:

$(function(){})

jQuery(function(){})

 $(document).ready(function(){})


No comments:

Post a Comment