공부
[JS] html onLoad not working
승가비
2021. 1. 4. 04:02
728x90
// trigger specific tag:
// <body>, <frame>, <iframe>, <img>, <input type="image">,
// <link>, <script>, <style>
$(function(){
$('*[onload]').trigger('onload');
});
https://big-blog.tistory.com/2539
div 요소에 onload 이벤트를 추가하는 방법은 무엇입니까?
div 요소에 onload 이벤트를 추가하는 방법은 무엇입니까? onload 요소에 이벤트를 어떻게 추가 합니까? 사용해도 되나요: 이것을 위해? 아냐, 못해 작동시키는 가장 쉬운 방법은 요소 바로 뒤에 함수
big-blog.tistory.com
728x90