Tell me more ×
Facebook - Stack Overflow is a question and answer site for facebook developers. It's 100% free, no registration required.
Facebook and Stack Exchange are now working together to support the Facebook developer community. Facebook engineers participate here along with the best Facebook developers in the world. If you have a technical question about Facebook, this is the best place to ask.

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!

share|improve this question
Is this problem still existing? I can see the titles for "All" the first time when the page loads. Then if I click on "Stamped" or "Polished" the titles disappear, even for "All" page. – neo108 Apr 12 '12 at 0:10
Sorry for the delay, yes this problem is still existing, I need the titles to come back when I go back to the all tab? i deas? – onei0120 May 1 '12 at 20:27

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Browse other questions tagged or ask your own question.