jquery plugin tutorial - filter and sorting using isotope jquery plugin

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

Thank you for uploading such a great tutorial!

yusukea
Автор

I think it will surely encourage the learners.

priotoshsarkar
Автор

thanks you my friend, good explication !

stf
Автор

best!!! trying many. . this is the best. thanks

dwaynesutton
Автор

Can you show the interconnected select box filtering of this application?

slimfit
Автор

thanks ;) but "shorting" when there was "sorting" was quite funny ;)

DawidKowalik
Автор

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?

ayaneshsarkar
Автор

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!

szecse
Автор

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: <script>
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
});
})
</script>

loasis
Автор

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

cmpgoa
join shbcf.ru