js to make box clickable

This commit is contained in:
Sanj 2011-10-25 14:53:35 +01:00
parent d1edaa49eb
commit b68da5a1d3

View File

@ -38,7 +38,7 @@ $(function() {
});
$('.tab').click(function() {
var link = $(this).find(".buttonTab").attr("href");
var link = $(this).find(".moreTab").attr("href");
location.href = link;
});