Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
This paste will be private.
function foo() { $('#tabs a').bind('click', function() { var link = $(this) $.ajax({ type: 'GET', url: "/activity/"+link.attr('class'), success: function(data, textStatus) { $("#content").html(data); return true; } }) }) } $(function() { foo() })
From the Design Piracy series on my blog: