sarah palin http://www.gpirate.com/search?q=sarah+palin
On Sat, Sep 6, 2008 at 11:32 AM, Ca-Phun Ung <[EMAIL PROTECTED]> wrote:
>
> nabrown78 wrote:
> > Thanks Ca-Phun Ung, I tried your suggestion, as you're quite right the
> > apostrophe I was using before was the wrong one. But no luck! I tried
Well, this proved an intractable problem - something relating to
encoding that was over my head. I found a work-around though, using
filter to find the list items containing "ladies" and "short-sleeve"
thus leaving out the darn apostrophe altogether:
$("li:contains(ladies)
nabrown78 wrote:
> Thanks Ca-Phun Ung, I tried your suggestion, as you're quite right the
> apostrophe I was using before was the wrong one. But no luck! I tried
> this:
> $("li:contains(ladies’ short-sleeve
> tee)").addClass("selected");
>
>
You need to wrap the text str
Thanks Ca-Phun Ung, I tried your suggestion, as you're quite right the
apostrophe I was using before was the wrong one. But no luck! I tried
this:
$("li:contains(ladies’ short-sleeve
tee)").addClass("selected");
If I change the source to just "ladies' short-sleeve tee" an
nabrown78 wrote:
> I am trying to select a list element that contains the text
> "ladies’ short-sleeve tee". I have tried
>
> $("li:contains(ladies' short-sleeve tee)").addClass("selected");
> $("li:contains('ladies\' short-sleeve tee')").addClass("selected");
> $("li:contains(ladies’ short-sleeve
5 matches
Mail list logo