87
votes
24answers
5k views
jQuery Tips and Tricks
In the spirit of all the meta-questions of tips and tricks for various languages:
No conflict-mode
jQuery.noConflict();
"Run this function to give control of the $ variable …
86
votes
27answers
12k views
Why does everyone like jQuery more than prototype/script.aclo.us or mootools or whatever?
It seems that jQuery has taken the throne for JavaScript frameworks and I was wondering exactly why. Is there a technical reason for this or is it just that they have evangelists? …
81
votes
7answers
3k views
Best way to use Google’s hosted jQuery, but fall back to my hosted library on Google fail
What would be a good way to attempt to load the hosted jQuery at Google (or other Google hosted libs), but load my copy of jQuery if the Google attempt fails?
I'm not saying Googl …
70
votes
18answers
6k views
Is jQuery always the answer?
I've come across a couple questions, such as this one, and I really have to wonder why "Use jQuery" seems to be the answer when somebody asks how to do something in JavaScript. I …
57
votes
23answers
4k views
Javascript - How do you organize this mess?!?
As Javascript Frameworks like jQuery make client side web applications richer and more functional, I've started to notice one problem...
How in the world do you keep this organize …
47
votes
12answers
3k views
Where can I learn JQuery? is it worth it?
Hey, I've had a lot of good experiences learning about web development on w3schools.com. It's hit or miss, I know, but the php and css sections specifically have proven very useful …
46
votes
25answers
2k views
jQuery pitfalls to avoid
I am starting a project with jQuery.
What pitfalls/errors/misconceptions/abuses/misuses did you have in your jQuery project?
38
votes
15answers
10k views
Which Javascript framework (jQuery vs Dojo vs … )?
There are a few Javascript frameworks/toolets out there, such as:
jQuery;
Dojo;
Prototype;
YUI;
MooTools;
ExtJS;
SmartClient; and
others I'm sure.
It certainly seems that jQuer …
38
votes
16answers
3k views
what are the “must have” JQuery plugins?
Hi,
I'd like to know what are the most useful JQuery plugins. I'm particularly interested in those which are likely to be useful in general UI development, such as Tablesorter, r …
34
votes
8answers
4k views
JQuery is waiting for images to load before executing document.ready
Update:
This bug has been confirmed by at least two others. Even if you dont read my full post - if you're reading this and using JQuery 1.3.1 then stop using it if you're relying …
33
votes
8answers
10k views
What is the most efficent way to clone a JavaScript object?
What is the most efficient way to clone a JavaScript object? I've seen:
obj = eval(uneval(o));
But that's not cross platform (FF only). I've done (in Mootools 1.2) things like …
30
votes
18answers
2k views
Your Favorite JQuery Controls & Plugins
I'm still getting into JQuery. One of the most attractive elements is the plethora of available plug-ins and controls!
Of late, I've been a big fan of the Accordion. When styled a …
30
votes
7answers
2k views
How do you get JavaScript/jQuery Intellisense Working in VS 2008?
I thought JQuery Intellisense was supposed to be improved with SP1. I even downloaded an annotated version of jquery 1.2.6, but intellisense will not work in a separate jscript fil …
28
votes
9answers
14k views
jQuery Grid Recommendations
What are the most recommended jQuery grid plugins out there? I've been messing around with Flexigrid which seems to be fairly decent. Are there any other noteworthy ones out there …
26
votes
9answers
1k views
JQuery: Current, Well-Formatted, Printable Documentation?
Hi All,
I'm looking for a current (1.2), well-formatted, printable version of the jQuery documentation. I've checked the alternative resources page and see the PDF versions from …
