Published
- 1 min read
on load of jquery
The solution for this is noted below
on load of jquery
Solution
$(document).ready(function () {
console.log('ready!')
})
Try other methods by searching on the site. That is if this doesn’t work
Published
- 1 min read
The solution for this is noted below
$(document).ready(function () {
console.log('ready!')
})
Try other methods by searching on the site. That is if this doesn’t work