Side navigation
#13250 closed bug (notabug)
Opened January 17, 2013 04:14PM UTC
Closed January 17, 2013 04:41PM UTC
Colors and Xpath Selector
Reported by: | fajprieto@gmail.com | 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
Attachments (0)
Change History (1)
Changed January 17, 2013 04:41PM UTC by comment:1
resolution: | → notabug |
---|---|
status: | new → closed |
jQuery stopped supporting Xpath selectors in 1.3 so you need to remove the
@
from your selectors, e.g.@href
becomeshref
.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.