After spending some time searching without luck here is my question:
I am looking for a way to select all and elements which
are a child element of a , except those that are of class
ImageHolder, with the condition to keep the order of the elements.
Example HTML:
test value 1
Hello,
I have a problem with jquery 1.2.6 and IE (6 and 7). When I use this
code : http://pastebin.me/4986d5d6f219d it doesn't work on IE. Well,
it works but just the first time.
It's like the jquery object contains just the first element, not every
*[id^='MULTI-EXPERIENCE-'][id$='-EXPERIENCE_EN
Hi there i want to get all select elements on a page with name=test
[1],name=test[2]...
is there a way to specify a placeholder in the selector?
i think about
$('select[name=id[*]]').each(function(){
alert($(this).html())
});
is there any possibility for that?
thanks for your replies
Hi there,
Try this:
$('#navigation li ul:not(:has(a.selected))').hide();
--Karl
Karl Swedberg
www.englishrules.com
www.learningjquery.com
On Nov 6, 2008, at 12:45 PM, w1ntermut3 wrote:
My nav bar consists of a single UL containing LI elements that each
contain a single A.
W
please post your html markup. thx
On Thu, Nov 6, 2008 at 6:45 PM, w1ntermut3 <[EMAIL PROTECTED]> wrote:
>
> My nav bar consists of a single UL containing LI elements that each
> contain a single A.
>
> Well, most of them do.
>
> Some LI elements contain a further UL as well as the A: these
> "sub
My nav bar consists of a single UL containing LI elements that each
contain a single A.
Well, most of them do.
Some LI elements contain a further UL as well as the A: these
"submenu" UL elements follow the same pattern of containing LI
elements that each contain a single A.
So far, so simple.
6 matches
Mail list logo