Side navigation
#10154 closed bug (worksforme)
Opened August 28, 2011 07:47AM UTC
Closed August 28, 2011 09:09PM UTC
Ready func run twice!
Reported by: | tiberzann@gmail.com | Owned by: | tiberzann@gmail.com |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | event | Version: | 1.6.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
I started learning jquery and ran into a problem:
$(function(){ alert('test'); }); //ready end
This code run twice. How to fix it?
Attachments (0)
Change History (3)
Changed August 28, 2011 04:53PM UTC by comment:1
component: | unfiled → event |
---|---|
owner: | → tiberzann@gmail.com |
status: | new → pending |
Changed August 28, 2011 08:39PM UTC by comment:2
Hmm... Thank for response, but problem solved by themself. I ran script again after a few hours and there is no problems...
Changed August 28, 2011 09:09PM UTC by comment:3
priority: | undecided → low |
---|---|
resolution: | → worksforme |
status: | pending → closed |
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/
Open the link and click to "Fork" (in the top menu) to get started.