jQuery( function($) { $('tbody tr[data-href]').addClass('clickable').click( function() { window.location = $(this).attr('data-href'); }).find('a').hover( function() { $(this).parents('tr').unbind('click'); }, function() { $(this).parents('tr').click( function() { window.location = $(this).attr('data-href'); }); }); }); åã®ã©ãã«ãã¦ãã¯ãªãã¯åºæ¥ãããã«ãããtrè¦ç´ ã«ã¯äºãdata-href=âhttp://example.comâã¨ãããã¼ã¯ã¢ããããã¦ããã¾ãã ãã¼


{{#tags}}- {{label}}
{{/tags}}