Tagged: jquery [x]
CSS :target
jQuery (or Sizzle) supports :target in browsers where it runs querySelectorAll to handle the work. In older browsers, it doesn’t offer fallback support. I guess that this is simply because :target is such an uncommon selector? I have no idea why you would want to use it, but because I have this selector extension and [...]