mardi 13 janvier 2015

Link opens accordion module

Here is the code:



$('a[href^=#]').click(function(i) {
$(i).ready(function() {
$('.cover input[id^="check-"]').prop('checked', true);
});
});


Link to code: http://ift.tt/1z52ReG Here is the visual. The links inside modules lead to another modules. How to make it work according to the goal?





Aucun commentaire:

Enregistrer un commentaire