It simply doesn't work.
Again, I need to click on a checkbox or a link and have all other
checkboxes selected.
What about a working example on the plugin page:
http://gilles.jquery.com/cssHover/
Thanks again.
roso
Webunity | Gilles van den Hoven wrote:
> [EMAIL PROTECTED] wrote:
>
>> Gilles or anybody else with knowledge of the cssHover plugin:
>>
>> Can you please tell me how can I select all checkboxes in a form controlled
>> by cssHover with a "select all" click event?
>>
>>
>>
> You could use jQuery to find all checkboxes you want to toggle:
> jQuery(<some code to select some cssHover elements>).each(function() {
> this.chSetState(true);
> });
>
> Check the code for more documentation, or shout in here ;)
>
> -- Gilles
>
> _______________________________________________
> jQuery mailing list
> [email protected]
> http://jquery.com/discuss/
>
>
>
--
The information transmitted is intended only for the person or entity to which
it is addressed and may contain confidential and/or privileged material. Any
review, retransmission, dissemination or other use of, or taking of any action
in reliance upon, this information by persons or entities other than the
intended recipient is prohibited. If you received this in error, please
contact the sender and delete the material from any computer.
_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/