Can you show the interconnected select box filtering of this application?
@ayaneshsarkar78044 жыл бұрын
Great one, can you tell me how to make those divs center. I mean it starts from the left, is there a way to start from the center?
@szecse2 жыл бұрын
Hi have a qestion. Could you tell me how to make the filtering to start with other the "ALL"? It could be the last option. So when the page load the first load would be fruit in your example. Thanks!
@AR-mv3fz3 жыл бұрын
great video, thank you
@stf83754 жыл бұрын
thanks you my friend, good explication !
@fredgraybeal19634 жыл бұрын
Great tutorial!!! Thank you!
@jusst_for_fun6 жыл бұрын
Great Video
@loasis56 жыл бұрын
At the end of the filtering section I cannot get it to filter the results. It doesn't show anything accept when I click on 'All'. Do you have the final source code so I can compare the code? This is what I changed where it all went wrong: var $grid = $('.grid').isotope({ // options itemSelector: '.grid-item', layoutMode: 'fitRows' }); $('.filter button').on("click", function () { var value = $(this).attr('data-name'); $grid.isotope({ filter: value }); })
@dwaynesutton49286 жыл бұрын
best!!! trying many. . this is the best. thanks
@polodev6 жыл бұрын
Dwayne Sutton thanks bro
@paulratchford19954 жыл бұрын
Thank you.
@Durgakumari-zs6eb4 жыл бұрын
Thanks sir
@krutipandya98935 жыл бұрын
Thanks. It helped me.
@manishachaudhary8555 жыл бұрын
It helped me. Thank you
@sujitsarkar48035 жыл бұрын
Thanks bro
@excitedelements49547 жыл бұрын
out standing bro. :)
@sadeghhosseini10806 жыл бұрын
It was great. thank you
@DawidKowalik5 жыл бұрын
thanks ;) but "shorting" when there was "sorting" was quite funny ;)
@AllenMarsam6 жыл бұрын
thanks!謝謝
@cmpgoa4 жыл бұрын
Hi all, Do anybody know how to sort data in the isotope script with negative numbers? If my data is numbers it sorts negative numbers ascending like this (-1, -2, -3, 0, 1, 2, 3). To have it correct I need (-3, -2, -1, 0, 1, 2, 3). Anyone know how to do this in the isotope sorting? Kindly, -goA