jQuery(document).ready(function($) { $(".clickable-row").click(function() { window.location = $(this).data("href"); }); });

About Steve Diaz

This author has not yet filled in any details.
So far Steve Diaz has created 26 blog entries.
Go to Top