Opened 14 years ago
Closed 13 years ago
#3959 closed bug (fixed)
How jQuery Works page links all broken by demo link.
Reported by: | ajpiano | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | docs | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
http://docs.jquery.com/How_jQuery_Works is broken. The "demo" code from the special effects is actually being applied to all links in the page, so every link on the page does an e.preventDefault() and then hides itself. Which means you can't click to edit the wiki. Also, the page throws a JS error and pops up an alert saying "welcome."
Change History (2)
comment:1 Changed 14 years ago by
comment:2 Changed 13 years ago by
Milestone: | 1.3.2 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Version: | 1.3.1 |
Note: See
TracTickets for help on using
tickets.
The offending demo code appears to have been removed now.