[jQuery] cssHover update

2006-11-15 Thread Webunity | Gilles van den Hoven
Hi Guys,

I forgot to add one fix to SVN, its comitted now.

-- Gilles

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] cssHover

2006-11-14 Thread [EMAIL PROTECTED]
Gilles,

There is also a scenario where user checks few checkboxes then decides 
to select all, the result is that the previously checked boxes toggle 
back to un-checked. The select-all function only needs to toggle between 
select all and select none.

What do you think?

roso

Webunity | Gilles van den Hoven wrote:
 [EMAIL PROTECTED] wrote:
   
 Gilles, thanks, I've noticed that you added the requested example at

 http://gilles.jquery.com/cssHover/

 Works for me now too.

 roso
   
 
 Jep, just finished it.

 As it now works, you can't change the state of a disabled cssHover item.

 HTH,

 Gilles

 ___
 jQuery mailing list
 discuss@jquery.com
 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
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] cssHover

2006-11-14 Thread Webunity | Gilles van den Hoven
[EMAIL PROTECTED] wrote:
 Gilles,

 There is also a scenario where user checks few checkboxes then decides 
 to select all, the result is that the previously checked boxes toggle 
 back to un-checked. The select-all function only needs to toggle between 
 select all and select none.

 What do you think?
   
You are absolutely right.

I've done some more fixes on the cssHover, but the demo is now offline. 
Basicly i added a new function, so you can use this.click() to toggle 
the state, and this.chSetState(true|false) to change the state. You 
can also use this.chSetState(true|false, TRUE) to force the change, 
even on disabled items since they normally don't get updated.

I'll commit the changes tonight to SVN, if John fixes the SVN errors and 
Server errors.

-- Gilles

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] cssHover and interface iresizable committed

2006-11-14 Thread Webunity | Gilles van den Hoven
Hi guys,

The changes to cssHover and interface iresizable are committed to SVN.
Also the demo page for cssHover is up again, showing the new features.

-- Gilles

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] cssHover

2006-11-13 Thread [EMAIL PROTECTED]
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?

Thanks.

roso



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] cssHover

2006-11-13 Thread Webunity | Gilles van den Hoven
[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
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] cssHover

2006-11-13 Thread [EMAIL PROTECTED]
Gilles, thanks, I've noticed that you added the requested example at

http://gilles.jquery.com/cssHover/

Works for me now too.

roso



[EMAIL PROTECTED] wrote:
 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
 discuss@jquery.com
 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
discuss@jquery.com
http://jquery.com/discuss/


Re: [jQuery] cssHover

2006-11-13 Thread Webunity | Gilles van den Hoven
[EMAIL PROTECTED] wrote:
 Gilles, thanks, I've noticed that you added the requested example at

 http://gilles.jquery.com/cssHover/

 Works for me now too.

 roso
   
Jep, just finished it.

As it now works, you can't change the state of a disabled cssHover item.

HTH,

Gilles

___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/


[jQuery] cssHover object manipulation

2006-11-10 Thread [EMAIL PROTECTED]
Gilles (or anybody else with advanced knowledge of the cssHover plugin):

How do you select all checkboxes in a form controlled by cssHover with a 
select all click event?

Thanks.



___
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/