How does $(document).ready() work in IE 8?

后端 未结 6 2058
暗喜
暗喜 2020-12-11 03:16

I\'ve recently installed IE 8 and can\'t seem to get the jquery $(document).ready event to fire. Are there any special considerations that I\'m missing? Litterally, this i

6条回答
  •  离开以前
    2020-12-11 03:44

    In addition to what others have said, you're also missing the at the end of the document. Maybe just a copy/paste error :)

提交回复
热议问题