2

Going back to Chrome! :( The reason: I was for like 1 hour trying to figure out why the 'src' of a image wasn't getting changed by JavaScript, then BOOM, SO explains me that Firebug doesn't update those kind of changes :/ That and the fact you can't edit your external js from the browser... That was your last chance Firefox :(

Comments
  • 2
    Why in the world are you using Firebug ... ? Crazy bloated and slow.

    Firefox's own devtools are way better ... At least, last I bothered checking Firebug. Source code editing would be nice, I admit.

    Oh and changing image source via JS code does indeed set it in the devtools display as well. I can sit and watch all of the DOM changes I like highlight as they happen in devtools.
  • 1
    @mhall lol I should have checked them before installing firebug. But you've given another change to firefox :)
Add Comment