Hi Jörn

First of all - i love this widget :-))

Second - i had seen the .change in your doc but was not sure if i should go
with that or there was another possibility - i will have a look at .change -
i am a bit of newbie in Jquery but know where to find the docs ;-)

Grtz:cees 


Sneeuw Tijger wrote:
> 
>> How is this done in Jquery ? I think is has to be something like an 
>> OnHide action ?!?!
>> And yes, I know i can set it to let it always display one item open 
>> but that is not what my client wants :P
> 

Currently the plugin doesn't support a "not selected" class. But you can 
add it by using the change event. There is one example in the docs:

$('#accordion').Accordion().change(function(event, newHeader, oldHeader,
newContent, oldContent) {
  $('#status').html(newHeader.text());
});

Let me know if that works for you.

-- 
Jörn Zaefferer


-- 
View this message in context: 
http://www.nabble.com/Accordion---onHide---onShow-actions-available--%21-%21-tf3300677.html#a9207258
Sent from the JQuery mailing list archive at Nabble.com.


_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to