accordion - Bootstrap collapse not working properly -
I have created an addresser with bootstrap collapse. On the extension of click on a particular element, there are elements in the alternative parallel to the following markup Is:
& lt; Div class = "accordion" id = "accordion2" & gt; & Lt; Div class = "accordion-group" & gt; & Lt; Div class = "aceion-heading" & gt; & Lt; Class = "accordion-toggle" href = "# collapse-0" id = "0" data-toggle = "collapse" data-parent = "# accordion2" & gt; User visit & lt; / A & gt; & Lt; / Div & gt; & Lt; Div id = "collapse-0" class = "adrian-body collapse" & gt; & Lt; Div class = "accordion-inner" & gt; Binding & lt; Br / & gt; Binding & lt; Br / & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; Div class = "accordion-group" & gt; & Lt; Div class = "aceion-heading" & gt; & Lt; A class = "accordion-toggle" href = "# collapse-1" id = "1" data-toggle = "collapse" data-parent = "# accordion2" & gt; Issue & lt; / A & gt; & Lt; / Div & gt; & Lt; Div id = "collapse-1" class = "accordion-body collapse" & gt; & Lt; Div class = "accordion-inner" & gt; Binding & lt; Br / & gt; Binding & lt; Br / & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt; & Lt; / Div & gt; The problem is that when the page clicks on a particular element result for the first time, the .accordion-body .collapse block is a successful extension, but Constantly calls no results in any detail. Due to adding a class dynamically in , the expansion result shows flipping of the class class on constant clicks on the exceptionian elements, but Despite that the element does not expand. Please suggest what may be the problem.
I have trouble finding out Actually, the collapse jquery plugin needs to include the bootstrap-transition plugin. I tried either with 'only' 'bootstrap-fall' , which caused other problems due to above problem or full bootstrap.js .
Comments
Post a Comment