Skip to main content

Bug Tracker

Side navigation

#7310 closed bug (duplicate)

Opened October 26, 2010 12:17AM UTC

Closed October 26, 2010 03:45AM UTC

Last modified March 13, 2012 11:17PM UTC

document ready fires twice in FireFox

Reported by: ryantgraff@resistdesign.com Owned by:
Priority: undecided Milestone: 1.5
Component: unfiled Version: 1.4.3
Keywords: Cc:
Blocked by: Blocking:
Description

In FireFox 3.6.11 and jquery-1.4.3

The document ready function fires twice still!

Info: I don't set everything up in doc ready, I make a function and call that from doc ready, this shouldn't be an issue but it is. I use a boolean to see if the doc ready was called as a temp workaround.

Attachments (0)
Change History (3)

Changed October 26, 2010 03:45AM UTC by snover comment:1

resolution: → duplicate
status: newclosed

Changed October 26, 2010 03:45AM UTC by snover comment:2

Duplicate of #7247.

Changed January 18, 2012 08:55PM UTC by anonymous comment:3

same thing happens to me. I also used a boolean to ignore the second ready event.