Grace_North_Dakota
New Member
How does:\[code\](function($) { /// code})(jQuery)\[/code\]differ from \[code\]$(document).ready(function()\[/code\] in jquery?I know what the \[code\]ready\[/code\] function does. It awaits until the HTML is loaded before it starts. However, does \[code\](function($)\[/code\] do the same?