Bug Tracker

Opened 13 years ago

Closed 13 years ago

Last modified 13 years ago

#6022 closed bug (invalid)

jQuery Fails when an id has a decimal point

Reported by: jwfbcn Owned by:
Priority: major Milestone:
Component: core Version: 1.3.2
Keywords: identifier, decimal Cc: [email protected]
Blocked by: Blocking:

Description

Hello,

When I use the following code I get an undefined position()... when I remove the decimal it works...

<div id="id-343434.34">My id with decimal</div>

<a href="javascript:void(0)" onclick="alert($('#id-343434.34').position()">Find Position</a>

Now removing the decimal: <div id="id-343434">My id withoutdecimal</div>

<a href="javascript:void(0)" onclick="alert($('#id-343434').position()">Find Position</a>

Racked my brain for 5 hours...

Change History (2)

comment:1 Changed 13 years ago by john

Resolution: invalid
Status: newclosed

comment:2 in reply to:  1 Changed 13 years ago by jwfbcn

Replying to john:

You right, sorry... I did search for it in the docs before posting the bug I just didn't find it nor did read all the Faqs... my bad.

Note: See TracTickets for help on using tickets.