$("#accordion").accordion({
active: 2
collapsible: true
});
// getter
var active = $('#accordion').accordion('option', 'active');
This code return 2, it's right?
Next, change section manually(or by means of a method activate), but
this code again return 2.
How it is possible to receive an index of active section? (in Tabs
vidget, for example: .tabs(’option’, ’selected’)).
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"jQuery UI" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---