We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a4f7cdc commit 416ba4fCopy full SHA for 416ba4f
example.html
@@ -8,7 +8,7 @@
8
</head>
9
<body>
10
<script>
11
- $(function(){
+ $(document).ready({
12
alert("This function is declared first!")
13
})
14
</script>
0 commit comments