Opened 10 years ago
Closed 10 years ago
#12809 closed bug (notabug)
jquery website search bug
Reported by: | anonymous | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | None |
Component: | web | Version: | 1.8.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Open jquery.com in Chrome(latest) and click documentation in the jquery search field enter the following string: jquery convert px to integer
an infinite loop occurs...
Cheers
Change History (2)
comment:1 Changed 10 years ago by
Component: | unfiled → web |
---|---|
Priority: | undecided → low |
Status: | new → open |
comment:2 Changed 10 years ago by
Resolution: | → notabug |
---|---|
Status: | open → closed |
docs.jquery.com is going away soon, and so we're not going to fix this. Thanks for reporting it though!
Note: See
TracTickets for help on using
tickets.
Confirmed, not sure about the status of docs.jquery.com though.
As for converting px to integer, use plain javascript.
parseInt("20px", 10) // => 20