1

I'm getting used to this toolbar, it is so cool to edit the page on the fly and see what I'm changing...

THe only problem is that my JavaScript stops to work after (or while) i'm editing, and I need to save an refresh the page... Did I miss any option? Is there any other tool that does this?

Brock Adams
  • 90,639
  • 22
  • 233
  • 295
Andrea Ambu
  • 38,188
  • 14
  • 54
  • 77

2 Answers2

1

Firebug. I almost never use Web Developer anymore. (resizing feature is nice though)

cgp
  • 41,026
  • 12
  • 101
  • 131
  • Same thing, Try even here on stackoverflow to change the text "add comment" with something else and then click on it, it loses the effect. – Andrea Ambu Jun 02 '09 at 10:54
  • Got it, I wonder if it's readding the element or something along those lines. If that's what it's doing, and I imagine that's the case, then there's really no solution except rebinding the event to the element. – cgp Jun 02 '09 at 11:34
0

You wont be able to see the changes unless you save and refresh. So Save and Refresh seems Ok to me. Can you tell us examples of what happens?

Shoban
  • 22,920
  • 8
  • 63
  • 107
  • I see the changes in "real time" without saving, i.e. I change the text in a div... but while (and after) i'm doing this JS events/effects do not work (onclicks, rollovers...) – Andrea Ambu Jun 02 '09 at 10:41