Firefox doesn't fire $(document).ready(function() {

前端 未结 5 1613
粉色の甜心
粉色の甜心 2021-01-13 07:45

I have a page that uses the jquery function:

$(document).ready(function() {

and I have put an alert in there, and tried everything. It does

5条回答
  •  渐次进展
    2021-01-13 08:35

    I'm afraid I have no idea about how to fix the $(document).ready function, but this question has some possible solutions on how to work around it. Not sure if that's what you're looking for.

提交回复
热议问题