Side navigation
#12809 closed bug (notabug)
Opened October 29, 2012 10:47PM UTC
Closed November 08, 2012 07:59PM UTC
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
Attachments (0)
Change History (2)
Changed October 30, 2012 03:39PM UTC by comment:1
component: | unfiled → web |
---|---|
priority: | undecided → low |
status: | new → open |
Changed November 08, 2012 07:59PM UTC by comment:2
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!
Confirmed, not sure about the status of docs.jquery.com though.
As for converting px to integer, use plain javascript.
parseInt("20px", 10) // => 20