I am using firebug lite in IE 6. Firebug version 1.23,20090506
I am following a simple tutorial and am stuck at the first part. I
have a simple html page as follows;
<html>
<head>
<title>Firebug Testing</title>
<script language="javascript" type="text/javascript" src="C:/
rad75workspace/MPages/WebContent/script/common/firebug-lite.js"></
script>
</head>
<body>
Name : <input id="nameTextBox" class="normalText" type="text" />
</body>
</html>
When I type $("nameTextBox") on the command line I get this error
"Error: Object expected".
The is exactly what the tutorial is telling me to try.
If I try the same thing, using the same file iin Firefox with the full
Firebug add-on. It works fine.
Does Firebug-Lite not support this?
--
You received this message because you are subscribed to the Google Groups
"Firebug" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/firebug?hl=en.