Side navigation
#12400 closed bug (wontfix)
Opened August 26, 2012 01:36PM UTC
Closed September 08, 2012 03:37PM UTC
Script example does not work at url:
Reported by: | bretagne.bastian@gmail.com | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hello
at this url code is not working: docs.jquery.com/Tutorials:Mouse_Position
here is the error:
TypeError: $("div.entry").children("p").remove().end().find("ul:first li").each(function () {if (!$(this).parent().siblings($("a", this).attr("href")).length) {$(this).remove();}}).end().not(".ui").tabs is not a function[Stopper sur une erreur].not(".ui")
Attachments (0)
Change History (5)
Changed August 26, 2012 09:15PM UTC by comment:1
Changed August 27, 2012 01:40PM UTC by comment:2
Is there a better disposition? I thought that most of the content at docs.jquery.com was hopelessly out of date.
Changed August 27, 2012 01:47PM UTC by comment:3
Much of it is and it's all going away soon.
Changed September 07, 2012 01:27AM UTC by comment:4
Can we either close this or move to the api.jquery.com github tracker?
Changed September 08, 2012 03:37PM UTC by comment:5
resolution: | → wontfix |
---|---|
status: | new → closed |
Thanks for the report! We're aware of the issue and actively moving away from the out of date tutorials on the docs site.
There are multiple problems here. I fixed the reference to jquery.js, which didn't exist, but now there's an error loading jQuery UI from the CDN: http://cl.ly/image/2O0y0m3T0F3o
I assume Dave Methvin will just close this as wontfix anyway.