how to see the order of js scripts in a page?
I currently see the source html and go through the script declarations. But is there a better way to see the loading order?
Update 2024
By now pretty much every browser offers a developer console. No need for an additional plugin/extension.
Usually those can be accessed via F12 on Windows/Linux.
Initial
You could use Firebug's NET console or the pendants of other developer tools as well. This gives you something like the following: