The "search" (magnifying glass) on the top-right hand corner of firebug does not search inside javascript blocks, so if I have, for example, this:
<script type="text/javascript">
var fooBar = "baz"
</script>
somewhere in a page, I can't find where "fooBar" is located. Is there any way to do it?
The "search" (magnifying glass) on the top-right hand corner of firebug does not search inside javascript blocks, so if I have, for example, this:
<script type="text/javascript">
var fooBar = "baz"
</script>
somewhere in a page, I can't find where "fooBar" is located. Is there any way to do it?
Share Improve this question asked Sep 18, 2009 at 18:31 ZorzellaZorzella 9,0893 gold badges20 silver badges13 bronze badges 02 Answers
Reset to default 7If you switch to the script tab, it will search inside script tags. Just make sure the HTML file is selected in the file drop-down (it should be by default).
If you don't need to use Firebug specifically, you can also search in the View Source window.
FIREBUG does not search properly, it shows no result found... but IE Developer tools works best, as its gets highlighted even in framesets...
发布者:admin,转转请注明出处:http://www.yc00.com/questions/1745396725a4625913.html
评论列表(0条)