Bug Tracker

Opened 10 years ago

Closed 10 years ago

#13250 closed bug (notabug)

Colors and Xpath Selector

Reported by: [email protected] Owned by:
Priority: undecided Milestone: None
Component: unfiled Version: 1.9.0
Keywords: Cc:
Blocked by: Blocking:

Description

The bug is shown in jquery-1.9.0.min.js version because if, instead of using the same is used jquery-1.2.6.js perfectly fuciona code.

As you can see in http://jsfiddle.net/aY5kr/ Hamlet and email links should appear in green and red respectively and the link should appear dotted Como Gusteis.

Recently I'm in testing stage so I can still use the old version, but I would like to correct bug or suggest me how to fix it when it is in the production stage.

From already thank you very much.

Javier Prieto Argentina

Change History (1)

comment:1 Changed 10 years ago by dmethvin

Resolution: notabug
Status: newclosed

jQuery stopped supporting Xpath selectors in 1.3 so you need to remove the @ from your selectors, e.g. @href becomes href.

Version 1.2.6 to 1.9.0 is quite a jump! You will probably run into other little things as well. For help with migrating your application, please ask on a forum. The bug tracker is for bug reports.

Note: See TracTickets for help on using tickets.