Is there any way to call function 'before document ready' in Jquery?

后端 未结 3 1215
滥情空心
滥情空心 2020-12-14 16:01

I want to call function before document get ready, so is there any method in Jquery to do this?

3条回答
  •  Happy的楠姐
    2020-12-14 16:18

    Just call your function before the document ready statement.

    
    

提交回复
热议问题