jquery - Isotope - Start with specific category rather than All elements -


i have small issue isotope plugin. when web page loaded, isotope display elements. i'd have display single category instead. how can achieve it?

thanks in advance help!

just supply filter in options of initial call isotope select items want:

$('#someid').isotope({filter: '.someclassonmycategoryelements'}); 

ps. if show existing code, have context work :)


Comments

Popular posts from this blog

python - How to create a legend for 3D bar in matplotlib? -

java - Multi-Label Document Classification -

php - Dynamic url re-writing using htaccess -