0

我正在调试一个没有下拉的 Twitter Bootstrap 下拉菜单 (http://twitter.github.com/bootstrap/javascript.html)。

我假设 Javascript 没有运行,但想检查一下。我最初的想法是使用 Firebug 在 bootstrap.js 中放置一个断点。但是,我看不到在哪里执行此操作。如果我单击脚本选项卡,我只会看到一个显示 javascript.html 的屏幕,它看起来与 HTML 源代码完全相同。

有什么建议么?

4

1 回答 1

0

In the script tab, where you see 'javascript.html', click on it (click on javascript.html) and firebug will give you a popup list of all scripts the page is using. The one you want to debug will likely be found inside the assets folder there.

enter image description here

于 2012-09-21T17:07:03.667 回答