Opened 11 years ago
Closed 11 years ago
#12400 closed bug (wontfix)
Script example does not work at url:
Reported by: | 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")
Change History (5)
comment:1 Changed 11 years ago by
comment:2 Changed 11 years ago by
Is there a better disposition? I thought that most of the content at docs.jquery.com was hopelessly out of date.
comment:4 Changed 11 years ago by
Can we either close this or move to the api.jquery.com github tracker?
comment:5 Changed 11 years ago by
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.