Bug Tracker

Opened 11 years ago

Closed 11 years ago

#12400 closed bug (wontfix)

Script example does not work at url:

Reported by: bretagne.bastian@… 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 scottgonzalez

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.

comment:2 Changed 11 years ago by dmethvin

Is there a better disposition? I thought that most of the content at docs.jquery.com was hopelessly out of date.

comment:3 Changed 11 years ago by scottgonzalez

Much of it is and it's all going away soon.

comment:4 Changed 11 years ago by mikesherov

Can we either close this or move to the api.jquery.com github tracker?

comment:5 Changed 11 years ago by mikesherov

Resolution: wontfix
Status: newclosed

Thanks for the report! We're aware of the issue and actively moving away from the out of date tutorials on the docs site.

Note: See TracTickets for help on using tickets.