$(document).ready(function() { alert('Welcome to StarTrackr! Now no longer under police …'); });another way to perform same as document.ready does see the a shortcut version:
$(function() { alert('Ready to do your bidding!'); });
Learn Web Technologies for Free. Learn C#, LINQ, ASP.NET MVC, .NET Core, jQuery, JavaScript, Angular, Node.js, HTTPS, Python, Sass, D3.js, and many more latest technologies using easy tutorials.
$(document).ready(function() { alert('Welcome to StarTrackr! Now no longer under police …'); });another way to perform same as document.ready does see the a shortcut version:
$(function() { alert('Ready to do your bidding!'); });
No comments:
Post a Comment