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

Popular posts from this blog

vb.net - Alternative to the T-SQL AS keyword -

php - MySQLi binding parameters in a prepared statement doesn't work unless inserted after "WHERE" -

ios - UICollectionView Self Sizing Cells with Auto Layout -