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?