Hi guys,
Thanks a lot for your answers.
It works fine now!
Thanks again, David.
On 10 ago, 19:28, Klaus Hartl <[EMAIL PROTECTED]> wrote:
> Dan G. Switzer, II wrote:
>
> >> yes, sorry, it works if you include the for="" bit.. if you leave it out
> >> (and write it like this, which is a
Dan G. Switzer, II wrote:
yes, sorry, it works if you include the for="" bit.. if you leave it out
(and write it like this, which is also 100% valid), clicking on the
label won't work in ie6.. not sure about ie7.. in firefox it works:
Name
That's why I just always specify the "for". I
>yes, sorry, it works if you include the for="" bit.. if you leave it out
>(and write it like this, which is also 100% valid), clicking on the
>label won't work in ie6.. not sure about ie7.. in firefox it works:
>
>
> Name
>
>
That's why I just always specify the "for". I think I've run into
Dan G. Switzer, II wrote:
Denis,
/>
Novedad 1: HOla holaaa
If you click on the text "Novedad 1: HOla holaaa" the browser will behave
as
if you clicked on the checkbox itself.
-Dan
just as a side-note, this does not work in ie6..
Say what? It works fine for me:
http://www.pengowo
Denis,
>>
>> />
>> Novedad 1: HOla holaaa
>>
>>
>> If you click on the text "Novedad 1: HOla holaaa" the browser will behave
>as
>> if you clicked on the checkbox itself.
>>
>> -Dan
>
>just as a side-note, this does not work in ie6..
Say what? It works fine for me:
http://www.pengoworks.co
Dan G. Switzer, II wrote:
David,
I have a question about selectors. First of all, I have the
following html:
Novedad 1: HOla holaaa
As you can see, I have a div an inside it a link which has a
David,
> I have a question about selectors. First of all, I have the
>following html:
>
>
>name="option1"
>value="Novedad1"> Novedad 1: HOla holaaa
>
>
>
>
> As you can see, I have a div an inside it a link
you could try something like this:
$('#content a').click(function (event){
if (!$(event.target).is('input:checkbox')) {
//do something..
}
});
p.s. i'm not sure if it's valid to have a checkbox inside a link ?
dennis.
Rob Desbois wrote:
I'm not sure how to do this as it stands - I've
I'm not sure how to do this as it stands - I've never been particularly au
fait with text nodes and how to work with them.
However, a possible solution is to put the text next to the checkbox in a
and then attach the click event to that.
--rob
On 8/9/07, David Garcia Ortega <[EMAIL PROTECTED]>
9 matches
Mail list logo