Stephan Beal-3 wrote:
>
> http://docs.jquery.com/Selectors/attributeContains#attributevalue
> ...
> http://docs.jquery.com/Selectors/attributeStartsWith#attributevalue
>
Thanks, I guess the former is more likely to work, given the spaces, but it
didn't appear to when I tried earlier.
I have s
How do I select items with a class beginning with a given string?
e.g.: I have
...
...
...
...
...
and want to hide all the rows with any POID and then show all the rows with
POID49.
I know there are alternatives, like adding another class, but I'm interested
to know if there is a way to do thi
aren't borders black unless set otherwise?
(i.e. the same behaviour, set by the browser's defaults)
george.gsgd wrote:
>
> I think backgroundColor works differently as it always has a property,
> regardless of whether you set it or not.
>
> On Jul 16, 6:51 pm,
Are you sure?
The backgroundColor is returned okay...
george.gsgd wrote:
>
> $('#animationbox').css('borderColor') looks at the style property of the
> object not the css in the document, so if it's only in your css you get no
> value.
> ...
>
--
View this message in context:
http://www.na
The latest: 1.1.3.1
And the latest Interface download too.
If it is just a bug with the latest jQ, it would make a lot of sense, but
obviously be a bit annoying.
Difficult for me to test from here (work), so may come back to this thread
later this week.
Karl Rudd wrote:
>
> In that case, what
I am already using that plugin, but that isn't where my problem lies.
On Jul 16, 2:32 am, Karl Swedberg <[EMAIL PROTECTED]> wrote:
> > On 7/16/07, jazzle <[EMAIL PROTECTED]> wrote:
>
> >> I still need some help with this - can anyone help me?
>
> Sorry f
I still need some help with this - can anyone help me?
http://www.frequency-decoder.com/demo/animated-minitabs/
might get you started.
On Jul 15, 7:09 pm, bytte <[EMAIL PROTECTED]> wrote:
> I have this menu which is just a few menu-items placed next to
> eachother like this:
>
> HOME - CONTACT - NEWS
>
> Beneath the menu I have a little image, kind o
ckgroundColor: '#ff'},
250)
.animate({borderColor: '#ff', backgroundColor: '#cc'},
250)
.animate({opacity: 1.0}, 3000) // wait 3 sec
.animate({borderColor: origBorderColor, backgroundColor:
origBackgroundColor});
});
On
I thought that at first, but that's not the problem.
Proven by the fact that I use
.css("background-color");
successfully.
On Jul 15, 3:51 pm, "Benjamin Sterling"
<[EMAIL PROTECTED]> wrote:
> Jazzle,
> I believe you need to do:
>
> .css('bord
something like this.
>
> Would be nice to have a jQuery function, I'll check out that plugin
>
>
> On 7/15/07, jazzle <[EMAIL PROTECTED]> wrote:
>>
>>
>> See http://www.learningjquery.com/2007/01/effect-delay-trick
>> (it's not a stupid quest
Hi guys and gals,
.css("border-color")
is returning undefined.
The element in question has 2 css classes, both of which have it set.
HTML:
CSS:
.result { border: 2px dotted #fb0; }
.success{ border-color: #33cc33; }
Can I get the correct border-color with jQuery?
--
View this messa
See http://www.learningjquery.com/2007/01/effect-delay-trick
(it's not a stupid question btw)
goofy166 wrote:
>
>
> I have mastered many of the incredible features of jquery today for
> the first time, but for the life of me I can't figure out how in the
> heck you can get a div to display fo
done++; // or done += 1;
John Resig wrote:
>
>
> Well, that's just weird; definitely trying to make $ with adwords.
> This is the type of thing that you can ban a site for.
>
> Here's what everyone can do:
> 1) Go to the site and click "Ads by Google" in the Adsense block.
> 2) Click the "Se
14 matches
Mail list logo