티스토리 뷰

공부

[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

'공부' 카테고리의 다른 글

[Spark][SQL] GET_JSON_OBJECT  (0) 2021.01.08
[zeppelin] pyspark is not responding  (0) 2021.01.06
[SSL] ssl for free  (0) 2021.01.01
[Python] 프로젝트의 구조  (0) 2021.01.01
[CSS] overflow: hidden  (0) 2021.01.01
댓글