ruby on rails - JQuery UI accordion Header not rendering properly -
ruby on rails - JQuery UI accordion Header not rendering properly -
i using jquery ui accordion widget. used h4 header markup. when rendering, downwards arrow in header rendering on top of title text.
take look:
please help me this.
my mark this:
<div class="sections"> <h4>title1</h4> <div class="section"> <!-- stuff --> </div> . . . </div>
and coffeescript activate it:
$( ".sections" ).accordion({ header: "h4",collapsible: true })
add these lines @ lastly of css file.
.ui-accordion .ui-accordion-icons { padding-left: 35px !important; }
jquery ruby-on-rails jquery-ui
Comments
Post a Comment