You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Dear Team,
Hi, I just using Accordion example with data-parent.But if we can use same format which is given in your website.Its working fine but if we can use without panel then this is not working perfectly.
I have solution for that.You can replace 577 line in bootstrap.js which is "var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing')" with "var actives = this.$parent && this.$parent.find('.panel-collapse.in, .panel-collapse.collapsing')".Its working in both part.
Thank you.
The text was updated successfully, but these errors were encountered:
Dear Team,
Hi, I just using Accordion example with data-parent.But if we can use same format which is given in your website.Its working fine but if we can use without panel then this is not working perfectly.
I have solution for that.You can replace 577 line in bootstrap.js which is "var actives = this.$parent && this.$parent.children('.panel').children('.in, .collapsing')" with "var actives = this.$parent && this.$parent.find('.panel-collapse.in, .panel-collapse.collapsing')".Its working in both part.
Thank you.
The text was updated successfully, but these errors were encountered: