Questions tagged [jquery-flexbox]

jQuery FlexBox is a plugin that allows you to replace the default HTML text fields and dropdown fields.

jQuery FlexBox is a plugin that allows you to replace the default HTML text fields and dropdown fields. It is a flexible plugin that provides a lot of options to control text boxes and dropdowns and apply custom styling to them. Optionally, AJAX can be enabled to retrieve JSON data in a dropdown list based on the current value of the text field, similar to a Google search.

13 questions
4
votes
1 answer

Flexbox difficulties aligning icons to bottom of container

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
stckpete
  • 571
  • 1
  • 4
  • 13
2
votes
3 answers

Updating a jQuery flexbox

Is there a way to update the results of a jQuery flexbox with a JSON array? I have already created the flexbox, and I want to update its results. I initialize my flexbox as follows: $('#myFlex').flexbox({ "results": [ { "id":…
Ben G
  • 26,091
  • 34
  • 103
  • 170
2
votes
0 answers

animated rearranging of horizontal divs

I am creating a card game where i want to animate a shuffle. Imagine there are 5 cards on a table: A B C D E I want function that takes 1 of the cards and inserts it in a new position. e.g insert(D, 1) will insert the D card in position 1 resulting…
A.D
  • 1,480
  • 2
  • 18
  • 33
1
vote
1 answer

Flexbox: Only want to match the beginning of list items

I am using the Flexbox jQuery control. I want to configure it to only match characters at the beginning of the string, so when the user types u, I want Flexbox to suggest Uganda and United States, but not Aruba. How can I do this?
Tony the Pony
  • 40,327
  • 71
  • 187
  • 281
1
vote
2 answers

jQuery to clean flexbox structure from empty columns and rows

I am creating a jQuery to optimize table structure by removing all the extra rows and columns that: a) contain less than 2 child elements b) contain duplicate container (.column can't have child .column, .row can't have child .row) I still didn't…
Peter G.
  • 7,816
  • 20
  • 80
  • 154
1
vote
0 answers

run script after jQuery FlexBox value change

Here's one for a jQuery/js pro: I haven't finished this project yet, simply because of an inconsistent behavior in part of my code…. Immediately after I wrote that, I heard one of you say, "There's no inconsistent behavior in code, only unwanted…
Adam Cook
  • 622
  • 2
  • 6
  • 21
1
vote
2 answers

Alternatives to jQuery FlexBox?

Are there any good alternatives to jQuery FlexBox? I need the functionality to select from auto-suggest drop down list and input new values like on a textbox.
0
votes
1 answer

jquery flexbox ?

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
osos
  • 2,103
  • 5
  • 28
  • 42
0
votes
1 answer

JQuery Chained/Cascading Dropdown events

I am currently attempting to set up a set of chained selects using the Flexbox Jquery plugin (this is not specifically designed for chaining, but can be used for that). I have the chaining working if I set everything explicitly, but I am trying to…
Harry
  • 4,660
  • 7
  • 37
  • 65
0
votes
1 answer

show

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…
nutman
  • 569
  • 3
  • 9
  • 22
0
votes
2 answers

Displaying mysql records in jQuery Flexbox plugin