Side navigation
#9922 closed bug (invalid)
Opened July 27, 2011 08:59PM UTC
Closed August 11, 2011 07:55AM UTC
Last modified August 11, 2011 12:35PM UTC
Object doesn't support this property or method
Reported by: | ruffini.andrea@gmail.com | Owned by: | ruffini.andrea@gmail.com |
---|---|---|---|
Priority: | undecided | Milestone: | None |
Component: | unfiled | Version: | 1.5 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Hi everybody,
I have a problem with this piece of code:
...
var b=$(".scroll-item:in-viewport");
...
In Safari, Firefox and Crome everything works great but in Internet Explorer I got the error "Object doesn't support this property or method".
What can I do to fix the problem?
thankyou so much,
Andrea
Attachments (0)
Change History (3)
Changed July 27, 2011 09:02PM UTC by comment:1
owner: | → ruffini.andrea@gmail.com |
---|---|
status: | new → pending |
Changed August 11, 2011 07:55AM UTC by comment:2
resolution: | → invalid |
---|---|
status: | pending → closed |
Because we get so many tickets, we often need to return them to the initial reporter for more information. If that person does not reply within 14 days, the ticket will automatically be closed, and that has happened in this case. If you still are interested in pursuing this issue, feel free to add a comment with the requested information and we will be happy to reopen the ticket if it is still valid. Thanks!
Changed August 11, 2011 12:35PM UTC by comment:3
The :in-viewport
selector is not documented as supported by jQuery. When querySelectorAll
happens to be used it works, but IE6/7 don't have that API and use the JavaScript selector engine path.
Thanks for taking the time to contribute to the jQuery project! Please provide a complete reduced test case on jsFiddle to help us assess your ticket!
Additionally, be sure to test against the jQuery Edge version to ensure the issue still exists. To get you started, use this boilerplate: http://jsfiddle.net/FrKyN/
Open the link and click to "Fork" (in the top menu) to get started.