Now some selectors don't work with jQuery 1.8.0

1,356 views
Skip to first unread message

Ian Y.

unread,
Aug 21, 2012, 11:31:07 PM8/21/12
to ie-...@googlegroups.com
So far the following selectors were tested and they don't work with jQuery 1.8.0: (I did include jquery-extra-selectors.js)
  • div:nth-child(1) div:not(:last-child) { ...... }
  • div:nth-of-type(1) { ...... }

Ian Y.

unread,
Jan 16, 2013, 12:09:47 AM1/16/13
to ie-...@googlegroups.com
jQuery 1.9.0 now works with selectivizr. It adds the support of the following selectors:
  • :nth-last-child
  • :nth-of-type
  • :nth-last-of-type
  • :first-of-type
  • :last-of-type
  • :only-of-type
  • :target
  • :root
  • :lang

Note that :target and :lang still don't work on IE7, but that should be okay because most websites has stopped supporting IE7.
Reply all
Reply to author
Forward
0 new messages