Subversion
Written by: Lorna Jane Mitchell
Featured Refcardz: Top Refcardz:
  1. Git
  2. DNS
  3. Data Mining
  4. Spring Data
  5. Subversion
  1. Spring Data
  2. Subversion
  3. Spring Config.
  4. Spring Annotations
  5. Data Mining

Link Details

Link 711051 thumbnail
User 448255 avatar

By dotCore
via 24ways.org
Published: Dec 13 2011 / 09:51

jQuery is an amazing tool that’s made JavaScript accessible to developers and designers of all levels of experience. However, as Spiderman taught us, “with great power comes great responsibility.” The unfortunate downside to jQuery is that while it makes it easy to write JavaScript, it makes it easy to write really really f*&#ing bad JavaScript. Scripts that slow down page load, unresponsive user interfaces, and spaghetti code knotted so deep that it should come with a bottle of whiskey for the next sucker developer that has to work on it.
  • 30
  • 0
  • 2334
  • 1483

Comments

Add your comment
User 166389 avatar

dxxvi replied ago:

1 votes Vote down Vote up Reply

If $("#id p") is much faster than $("#id").find("p"), then I hope jQuery will automatically execute $("#id").find("p") for us whenever it sees $("#id p").

Add your comment


Html tags not supported. Reply is editable for 5 minutes. Use [code lang="java|ruby|sql|css|xml"][/code] to post code snippets.