在本文中,我们将看到如何在使用 jQuery 加载页面时运行代码。要在页面加载时运行代码,我们将使用 ready() 方法。此方法有助于加载整个页面,然后执行其余代码。此方法指定在 DOM 完全加载时要执行的函数。
句法:
$(document).ready(function)
参数:此方法接受强制性的单参数函数。它用于指定文档加载后要运行的函数。
返回值:此方法在执行 ready() 方法后返回文档。
例子:
HTML
How to run a code on document
ready event in jQuery?
GeeksforGeeks
How to run a code on document
ready event in jQuery?
GeeksforGeeks: A computer science portal
输出: