¡@

Home 

javascript Programming Glossary: pseudos

Getting the “match” object in a Custom Filter Selector in jQuery 1.8

http://stackoverflow.com/questions/11624345/getting-the-match-object-in-a-custom-filter-selector-in-jquery-1-8

question jQuery has added a utility for creating custom pseudos in Sizzle. It's a little more verbose but it's much more readable..

Why do the :not() and :has() selectors allow quoted arguments?

http://stackoverflow.com/questions/12475595/why-do-the-not-and-has-selectors-allow-quoted-arguments

specific to not ... and has ... selectors actually all pseudos in Sizzle allow for quoted arguments. The pattern for pseudos'.. in Sizzle allow for quoted arguments. The pattern for pseudos' arguments is defined as pseudos characterEncoding ' . ^ 2 ^.. The pattern for pseudos' arguments is defined as pseudos characterEncoding ' . ^ 2 ^ attributes ^ . . Which can be found..