i change my function to this :
$(".panel-group").on ("shown.bs.collapse hidden.bs.collapse",
>> function(e) {
>
> var $t = $(e.target);
>
> var heading = $t.parents().siblings().find('*.panel-heading
>> span');
>
> heading.each(function(o) {
>
> $(o.target).removeClass('chevron-down').addClass('grey
>> chevron-right');
>
> });
>
> $t.hasClass('in') ? heading.addClass('chevron-right
>> grey').removeClass('chevron-down') : heading.removeClass('grey
>> chevron-right').addClass('chevron-down');
>
> });
>
>
It's not work like i want some help please
--
You received this message because you are subscribed to the Google Groups
"twitter-bootstrap" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.