From d9a3e0080a4ffe472a2ee4458b223fb1feb8021c Mon Sep 17 00:00:00 2001 From: jeresig Date: Fri, 22 Oct 2010 01:48:32 -0400 Subject: [PATCH] Fix broken selector code from last commit. --- src/sizzle-jquery.js | 3 +++ test/index.html | 65 ++++++++++++++++++++++++++++++++----------------- test/unit/selector.js | 65 +++++++++++++++++++++++++++++-------------------- 3 files changed, 83 insertions(+), 50 deletions(-) diff --git a/src/sizzle-jquery.js b/src/sizzle-jquery.js index 253aaa4..f15b082 100644 --- a/src/sizzle-jquery.js +++ b/src/sizzle-jquery.js @@ -2,3 +2,6 @@ jQuery.find = Sizzle; jQuery.expr = Sizzle.selectors; jQuery.expr[":"] = jQuery.expr.filters; jQuery.unique = Sizzle.uniqueSort; +jQuery.text = Sizzle.getText; +jQuery.isXMLDoc = Sizzle.isXML; +jQuery.contains = Sizzle.contains; diff --git a/test/index.html b/test/index.html index be1f363..e668727 100644 --- a/test/index.html +++ b/test/index.html @@ -48,20 +48,20 @@

    - +
    -