Top "Sizzle" questions

Sizzle is a JavaScript CSS selector engine.

Wildcards in jQuery selectors

I'm trying to use a wildcard to get the id of all the elements whose id begin with "jander". I …

jquery jquery-selectors sizzle
IE Javascript error "Object doesn't support this property or method" within jQuery

For some reason, I am getting the following Javascript error in Internet Explorer 8 on line 3156 of jquery.js (version 1.4.3, non-compressed …

javascript jquery internet-explorer sizzle
jQuery Syntax error, unrecognized expression: [name=Basics.Gender]

I am upgrading from jQuery 1.4.4 to jQuery 1.7.2 and I get a syntax error. I think its due to the '.…

jquery sizzle
How and what benefit can I take by including Sizzle.js along with jquery1.4.2?

latest jquery 1.4.2 downloaded from jquery.com comes with Sizzle.js also. How and what benefit can I take from included …

jquery css xhtml sizzle
Dynamic Adsense Insertion With JavaScript

I can't believe how hard this is to find, but even in the Google developer docs I can't find it. …

javascript api adsense sizzle
Get iframe contents with a jquery selector

Is there anyway to access an iframe's contents via a selector? Something like this: $("iframe::contents .my-foo") I'm constantly accessing …

jquery iframe jquery-selectors sizzle
What's the use of Array.prototype.slice.call(array, 0)?

I was just browsing Sizzle's source code and I came across this line of code: array = Array.prototype.slice.call( …

javascript arrays sizzle
How to fix the jQuery 1.8 “unsupported pseudo” error?

A plugin I’m using relies on $(':animated'), but since I upgraded to jQuery 1.8.0 this throws an error: Uncaught …

jquery jquery-selectors sizzle gruntjs