| Author |
Sizzle Documentation
|
Robert Heath
Ranch Hand
Joined: Aug 11, 2010
Posts: 76
|
|
|
Has anyone found any documentation on Sizzle? Apparently it is integrated somehow with JQuery.
|
[Robert Heath] [Analytical Software Packages]
|
 |
Gregg Bolinger
Sheriff
Joined: Jul 11, 2001
Posts: 15040
|
|
|
https://github.com/jquery/sizzle/wiki/Sizzle-Home
|
My Blog | DZone Articles
|
 |
Robert Heath
Ranch Hand
Joined: Aug 11, 2010
Posts: 76
|
|
|
Thanks Gregg, I was hoping that I could find a little more documentation. I found some other Sizzle docs on Google, but not enough to get an understanding of what is going on with Sizzle. Thanks again.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
Robert Heath wrote: but not enough to get an understanding of what is going on with Sizzle.
What are you after?
Eric
|
 |
Robert Heath
Ranch Hand
Joined: Aug 11, 2010
Posts: 76
|
|
Eric Pascarello wrote:
Robert Heath wrote: but not enough to get an understanding of what is going on with Sizzle.
What are you after?
Eric
Thanks Eric. Actually I am working on some problems that are browser specific, and I am seeing some attributes that appear in the IE rendered pages that do not appear in pages rendered by the other browsers. Those attributes are apparently being set by JQuery/Sizzle. I am just trying to get an understanding of what is going on here.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
and what are those attributes?
Eric
|
 |
Robert Heath
Ranch Hand
Joined: Aug 11, 2010
Posts: 76
|
|
Eric Pascarello wrote:and what are those attributes?
Eric
sizcache and sizset.
|
 |
Eric Pascarello
author
Rancher
Joined: Nov 08, 2001
Posts: 15003
|
|
They are used for calculating n-th child
http://groups.google.com/group/jquery-en/browse_thread/thread/2382a66a1ce9edf6/168046b517318240?lnk=gst&q=nodeIndex&pli=1
|
 |
Robert Heath
Ranch Hand
Joined: Aug 11, 2010
Posts: 76
|
|
Maybe they do that because IE7 and IE8 does not have CSS nth-child support.
|
 |
 |
|
|
subject: Sizzle Documentation
|
|
|