Change order of divs by "flex order number" on filter select with jquery
Instead of changing the order of divs by jquery only, I just want to "change the flex order number" of every div, after selecting a sort method, with jquery. For example, my select box: <div id="sorting"> <select> <option value=".best">Best</option> <option…