jQuery API
There are many websites describing the jQuery API. Here's a short curated list of the best resources — including the newly discovered jqapi.com, which may be the most convenient jQuery reference available.
A developer blog covering JavaScript, jQuery, Mootools, CSS, and modern web development techniques — tips, plugins, and practical code.
There are many websites describing the jQuery API. Here's a short curated list of the best resources — including the newly discovered jqapi.com, which may be the most convenient jQuery reference available.
A review of a Russian-language JavaScript video course spanning 7.5 hours with clear explanations and code examples. It's aimed at beginners and covers the fundamentals well — though it lacks AJAX and framework coverage.
Two practical jQuery methods — disableSelection and enableSelection — that I use frequently in projects with sliders, custom scrollbars, and drag & drop to prevent unwanted text highlighting.
The Masonry jQuery plugin automatically arranges content blocks into an optimal grid layout, eliminating ugly gaps. Learn the key parameters and a cool modification that animates the grid rebuild on window resize.
A comparison of the 5 best JavaScript WYSIWYG text editors: TinyMCE, HTMLBox, markitup, CKEditor, and jWYSIWYG — covering features, ease of use, and when to choose each one.