Title {{name}} Removed on Thumbnail Click
-
I am adding a name attribute in bugsause.mustache as such:
<div class="vimeography-main"> {{#featured}} <div class="vimeography-player"> <h2>{{name}}</h2> {{{oembed}}} <br /> <b>{{description}}</b> </div> {{/featured}} </div>
When I click on a thumbnail I lose the name attribute. I believe this issue occurs in the following of same file:
$('.vimeography-bugsauce-active-slide').removeClass('vimeography-bugsauce-active-slide'); $(this).parent().addClass('vimeography-bugsauce-active-slide');
It seems that vimeography-main is not getting entirely reloaded.
Any idea?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Title {{name}} Removed on Thumbnail Click’ is closed to new replies.