Okay here is my problem, I am using the quicksand plugin. I have titles showing under each slide... when the slides are in the "All" category I want the titles to show, but when I sort them into the "Stamped" or "Polished" category I want them to disappear. It seems like the code I am using is right because the titles do disappear, but immediately after the slides shuffle, the titles return. I am using a simple live click method.
$("#all").live("click", function(){
$('.pf-title').show();
});
$("#stamped").live("click", function(){
$('.pf-title').hide();
});
Here is the link to the page: http://www.bomanite.ca/residential.html
Please I need an answer to this one ASAP, Thanks Guys!