jquery-flexbox

jquery flexbox ?

筅森魡賤 提交于 2020-01-17 07:44:11
问题 I'm using right now FlexBox plugin to make search box, everything work fine but how can i make the css work perfectly with the search box ( the css file that downloaded with flexbox ) I have the following html <form action="result.php" method="post"> <div id="suggest"></div> </form> and the flexbox callback $(function(){ // begin to write $("#suggest").flexbox('back/search.php', { width: 350, method: 'post', watermark: 'Enter value', noResultsText: 'No Value', maxVisibleRows: 8,

Flexbox difficulties aligning icons to bottom of container

微笑、不失礼 提交于 2019-12-23 12:08:34
问题 I'm having some difficulties with flexbox. As you can see, I have an aside element that holds an ordered list of social media icons. For some reason, I'm unable to make these icons stick to the BOTTOM on the containing div . HTML CODE <div class="outercontainer group"> <div class="dividing-row span_1_of_2 col"> <p> here is some text </p> <aside> <ol class="category-name"> <li><i class="fa fa-pinterest-p"></i></a></li> <li><i class="fa fa-flickr"></i></a></li> </ol> </aside> </div> </div> CSS

show <div> depending on <input> value

允我心安 提交于 2019-12-14 03:12:22
问题 I'm using a flexbox (fairwaytech.com/flexbox/) as an alternative to a normal dropdown box as there are hundreds of options to choose from on my form. If some of those options are selected, I want a hidden DIV to appear without having to refresh the page. In this case the flexbox determines job titles. So, if the user types in 'Doctor' and selects the result, then the flexbox returns the code <input type="hidden" id="fb_hidden" name="fb" value="2"> , where the value 2 relates to the job title