Pastie now auto-senses if line-wrap is a bad or good idea. Feedback?
## mark a section (Learn more)
window.addEvent('domready', function(){ var destroy = $$('#homeSpecs form') destroy.each(function(el){ el.addEvent('submit', function(e) { new Event(e).stop(); var list = $('homeSpecs').empty().addClass('jaxy'); this.send({ update: list, onComplete: function() { log.removeClass('jaxy'); } }); }); }); });
This paste will be private.
From the Design Piracy series on my blog: