I am attempting to organize the div to left when some div components are concealed. I have a dropdown with things Online as well as offline. When the things are chosen it shows the things which are on-line however Products show.
Right here is the code.
<< manuscript>>.
$( paper). prepared( feature() {
$(" #service"). adjustment( feature() {
$(" #search"). val (''-RRB-;
choose();.
} );.
$(" #search"). keyup( feature() {
choose();.
} );.
choose = feature() {
var solution = $(" #service"). val();.
var search = $(" #search"). val();.
$('. box'). css(' display screen',' none');.
var boxes = $(". box"). filter( feature( index) $( this). attr(" data-service") === solution) &&&
&.(! search );.
console.log( boxes);.
boxes.show();.
}
} );.
<.
<< div course=" row">
<> < div course=" col-md-6">
<> < div course=" box" data-name=" xyz" data-service=" xyz" information-.
standing=" unknow">> xyze/ xyz <.
<.
<< div course=" col-md-6">
<> < div course=" box" data-name=" pqr" data-service=" xyz" information-.
standing=" online">> pqrs/ pqr < .
<.
However if the div remains in right. The things show at ideal side. I wish to show the things to the left as well as. If there are much more things I wish to show it alongside not in the location where the product is. Exactly how can i do this