Since I upgraded to jQuery 1.4.4, I get a few new warning messages when I run unit tests in Firefox 3.6.13. Here's a typical:
Warning: Unexpected token in attribute selector: '!'.
Source File: http:
Line: 0
Or even more useful:
Warning: Selector expected.
Source File: http://localhost/unitTests/ui/editors/iframe2.html?test=15
Line: 0
The web page looks great and all of my JavaScript code seems to be working fine, so I am reluctant to spend a potentially large amount of time skipping my code to track these messages. However, can anyone suggest what provokes warnings?
source
share