1

I found a little example for jQuery-Lint (lint example on jsfiddle.net) in jsfiddle.

But, when I test this with jQuery 1.6.2, jQuery-Lint throws many (extra) warnings in firebug...

So is jQuery-Lint not useful for jQuery 1.6.2 testing?

Brock Adams
  • 90,639
  • 22
  • 233
  • 295
Raphael
  • 673
  • 1
  • 9
  • 27
  • Your fiddle is invalid, what am I misunderstanding? – pimvdb Jul 20 '11 at 13:21
  • 1
    This fiddle should be invalid yes (its not an example of mine) BUT if you use this with JQuery 1.6.2 JQuerylint throw also many warnings witch has nothing to do with the error. This warnings are useless and has nothing to do with the "real" error, so I wondered if you can use JQueryLint with 1.6.2 or not. To understand it just watch the consol in firebug first with JQuery 1.4.0 and after try it with 1.6.2 then you will see the difference – Raphael Jul 20 '11 at 13:22

1 Answers1

1

That fiddle (and apparently jsFiddle's jQueryLint (edge) checkbox) runs a very old version of JQueryLint (version 0.34).

Take a look at this fiddle, which uses the latest release, 1.01.

Brock Adams
  • 90,639
  • 22
  • 233
  • 295