Hi
There's a simple jquery script which allows to make entire divs clickable, this would be useful i.e. at forum where there are forum containers, and also at users profile listings, or search results, it's just a simple usability improvement. Since jQuery is in core since 6 it's no problem at all to put this simple script as well.

$(document).ready(function(){ $("#forum td.container").click(function(){ window.location=$(this).find("a").attr("href"); return false; }); });

Comments

Anonymous’s picture

Not a bad idea. Have you had time to write a patch for this?

stephencamilo’s picture

Issue summary: View changes
Status: Active » Closed (won't fix)
hestenet’s picture

Status: Closed (won't fix) » Active

Reset issue status.