Questions tagged [jquery-lint]

jQuery-Lint is a debugging script that reports errors in the use of jQuery -- at runtime. Additionally, it "offers guidance on best practices and performance concerns." ... jQuery-Lint is also included in the FireQuery plugin.

jQuery-Lint is a debugging script that reports errors in the use of jQuery at runtime. Additionally, it "offers guidance on best practices and performance concerns."

jQuery-Lint is JavaScript code that can be downloaded and included into your page, and/or it is built into the FireQuery plugin for Firebug.

jQuery-Lint continues the tradition of Lint in that it's designed to pick "fluff" from jQuery code beyond what the normal warnings and exceptions issued by any one browser's JavaScript runtime.

Resources:

16 questions
0
votes
3 answers

jquery animate() problem (syntax ?)

$('#somediv').stop(false, true) .animate({marginLeft: '-=' + e.width() + 'px'}, options.speed, function(){ options.onNewSlide() }) e.with() returns 640 options.speed contains 800 options.onNewSlide() contains a a custom callback…
meo
  • 30,872
  • 17
  • 87
  • 123
1
2