views:

9

answers:

1

Hi,

anyway to see in IE 8 Developer Tools the list of the .js associated with a page?

In the same way as in Firebug.

Regards

Javi

+2  A: 

In the 'Script' tab there's a select list next to the 'Start debugging' button, that lists all the loaded resources.

David Hedlund
Thanks! ---------