This message box is designed for asp.net pages using JQuery collect all files in one folder and test the sample page Message box with animation //#--Scrolling with Animation----------------- //$("#ContentDivMessage").animate( { left:left1}, 500 ) //.animate( { top:top1 }, 500); //#------------------------------------------- Message box with out animation //#--With out Animation----------------------- document.getElementById('ContentDivMessage').style.left = left1; document.getElementById('ContentDivMessage').style.top = top1; //#-------------------------------------------
0 comments:
Post a Comment