Upgrade Visual Studio 2008 to Service Pack 1 and use the KB958502. This hotfix can be downloaded from -
http://archive.msdn.microsoft.com/KB958502
A jQuery function is executed as soon as the DOM is loaded and before the page contents are rendered. The function is written in below style/syntax -
$(document).ready(function()
{
/* ………statement(s) goes here………*/
});
Happy Coding :)

0 comments :
Post a Comment