make entire box clickable on front-page slider
This commit is contained in:
parent
7c49f4aa29
commit
4ae833c0c9
|
@ -37,6 +37,10 @@ $(function() {
|
||||||
slider.stop();
|
slider.stop();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$('.tab').click(function() {
|
||||||
|
var link = $(this).find(".buttonTab").attr("href");
|
||||||
|
location.href = link;
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user