Comments on: jQuery Lint https://j11y.io/javascript/jquery-lint/ Sun, 22 Mar 2015 15:39:22 +0000 hourly 1 https://wordpress.org/?v=5.0.13 By: Kent https://j11y.io/javascript/jquery-lint/#comment-1799 Fri, 27 Aug 2010 15:22:28 +0000 https://j11y.io/?p=1380#comment-1799 Hi,

Perhaps a silly question… can anyone tell me what it means when it says “You’ve used the same selector more than once”?

code -> $(‘.ControlPanel’).height()

In the HTML there is only one line that has class=”ControlPanel”

THanks

]]>
By: find exe files https://j11y.io/javascript/jquery-lint/#comment-1798 Wed, 18 Aug 2010 23:12:22 +0000 https://j11y.io/?p=1380#comment-1798 I can see both js files loaded correctly in the HEAD, but when I try an invalid jQuery call ( jQuery(‘a’).css() ),it appears to only show me the standard Firebug error in the console.

]]>
By: zoekmachine optimalisatie enschede https://j11y.io/javascript/jquery-lint/#comment-1797 Wed, 18 Aug 2010 10:12:47 +0000 https://j11y.io/?p=1380#comment-1797 Very nice to read! keep on the good job!

]]>
By: Martín https://j11y.io/javascript/jquery-lint/#comment-1796 Mon, 09 Aug 2010 02:10:12 +0000 https://j11y.io/?p=1380#comment-1796 I keep all my Javascript in one file, with code I’ve written in the top of the file

]]>
By: Ipad Prijs https://j11y.io/javascript/jquery-lint/#comment-1795 Mon, 02 Aug 2010 11:34:59 +0000 https://j11y.io/?p=1380#comment-1795 Thanks for this, I can imagine this will help me quite a bit while I learn jQuery to a better extent.

]]>
By: Website maken https://j11y.io/javascript/jquery-lint/#comment-1794 Thu, 29 Jul 2010 14:01:47 +0000 https://j11y.io/?p=1380#comment-1794 Thanks James!

This does seem like a very useful tool, as I’m pretty now to custom jQuery coding. Usually I’ll just get a standard plugin from the Internet, but I really want to learn how to do it by myself. This seems like a good step forward.

]]>
By: webdesign https://j11y.io/javascript/jquery-lint/#comment-1793 Wed, 14 Jul 2010 20:06:56 +0000 https://j11y.io/?p=1380#comment-1793 nice one, thanks! keep on the good job!

]]>
By: Werbeagentur Augsburg https://j11y.io/javascript/jquery-lint/#comment-1792 Tue, 13 Jul 2010 06:26:57 +0000 https://j11y.io/?p=1380#comment-1792 Hi James,

thank you for this great jQuery extension. It saved me a lot of time.

]]>
By: Jonic https://j11y.io/javascript/jquery-lint/#comment-1791 Tue, 01 Jun 2010 12:23:47 +0000 https://j11y.io/?p=1380#comment-1791 Hey James, thanks for jQuery lint – it’s already given me a better understanding of how the framework actually operates, so it’s been dead handy so far!

Just one thing bugging me though, and it’s not the fault of jQuery Lint itself, but I’d like to be able to “switch it off” at some point along a script.. Is that doable? I keep all my Javascript in one file, with code I’ve written in the top of the file, and then any jQuery plugins I’m using minified and included at the bottom (saves HTTP requests) – problem is that jQuery Lint tells me about errors in the plugins, when I don’t want it to.. Is there any way to call something like “jQuery.LINT.active = false” to be able to disable it before I get to the plugins? Or have I completely misunderstood its implementation?

Thanks again.. Keep up the awesome work man!

]]>
By: Chris Klanac https://j11y.io/javascript/jquery-lint/#comment-1790 Mon, 10 May 2010 20:19:11 +0000 https://j11y.io/?p=1380#comment-1790 Here’s an additional variation for trigger. But I’m not sure which version introduced it.

,trigger:[
//existing code removed …
{added:”1.4″,arg:[
{name:”event”,type:”Object”},
{name:”extraParameters”,type:”Object”}
]}
]

Ck

]]>