I am getting some issue with firebug console. Not sure if it is a known issue or I am doing something wrong. Steps to simulate the issue- 1. open http://jquery.com/ 2. start Firebug 3. Go to Console tab 4. Type $('jq-intro') in command line 5. Getting error - "Firebug cannot find firebug-CommandLineAttached document.getUserData , its too early for command line Window jquery.com" 6. Type $('#jq-intro') in command line 5. Getting error - "Firebug cannot find firebug-CommandLineAttached document.getUserData , its too early for command line Window jquery.com"
There is a <div> element is present in the page with id "jq-intro". Version Info: Firefox: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.2.6) Gecko/ 20100625 Firefox/3.6.6 Firebug: 1.6x.0a17 This was not giving error with Firebug 1.6x.0a16. Any pointer on why this is not working for 1.6x.0a17? -- 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.
