I wish Safari had the option to add a “cancel” button to Javascript alerts when in development mode. I don’t know how many time’s I’ve gotten caught in an infinite huge loop and had to sit there with my finger on enter.
Why not just use console.log(whatever); ?
I never alert anything anymore. The console is SO powerful — especially if you’re using the WebKit nightly builds! I don’t even use Firebug anymore unless I absolutely have to for some reason.
But I do agree… the lack of control over those elements is lame.
jacob:
Why not just use
console.log(whatever);?I never alert anything anymore. The console is SO powerful — especially if you’re using the WebKit nightly builds! I don’t even use Firebug anymore unless I absolutely have to for some reason.
But I do agree… the lack of control over those elements is lame.