Bootstrap form-inline and display:none -
i have form-inline in bootstrap , have 1 of form <input>
controls invisible until user selects particular option. when display page , control visible, well, when display , control has class="hide", , show using jquery.show(), control appears on next line.
it seems control's position doesn't initialized if has "hide" class (display:none) when page first shown.
how control initialize properly?
Comments
Post a Comment