I am trying to better understand how to customize jCoverflip. Anyone out there familiar with jCoverflip and willing to entertain a few questions on the plugin?
I have an "Edit" button with id="edit" and a "Preview" button with id="preview". The page initially loads with the "Edit" button visible and the "Preview" button hidden. By clicking these buttons you toggle between the two and add or remove a .hideable class to all li on the page. This is working fine.
It's the last function below that's not working as expected. The idea here is to be able to grey out any li that has the new .hideable class. However, when I click on a li nothing happens. I know the li has the .hideable class because the :hover css is working.