background preloader

Jquery

Facebook Twitter

ElRTE - open source WYSIWYG editor for Web. 12 New & Useful jQuery Techniques. Related Posts Slide Out Boxes by Codrops Today is an unusual fine late summer day, sun from a clear blue sky and warmth in the air – what could be better to do than to close myself into a hot and dark room and write a roundup of the latest jQuery techniques. For us, this term (jQuery techniques) includes tutorials, plugins and similar, and with “new” we mean released or updated during actual period – and this listing involve the period of July 1, 2010 until August 19, 2010. Cashrevelations.com presents a selection of new and fresh jQuery techniques – 12 brand new jQuery techniques released or updated during the period of July 1, 2010 until August 19, 2010.

All these jQuery techniques are presented with demo. You might also be interested of: 150 JavaScript Techniques 1. 2. 3. 4. 5. 6. 7. 8. 9. 10. 11. 12. The different jQuery items presented here in this article are not in any particular order – and Cashrevelations.com is for the moment not affiliated with any of the authors. Pixelmatrix's uniform at master - GitHub.

jQuery.Syntax - Orion Transfer Ltd. 45 Fresh Useful JavaScript and jQuery Techniques and Tools - Smashing Magazine. Advertisement Yes, this is another round-up of fresh and useful Javascript techniques, tools and resources. But don’t close the tab yet, as you might find this one very useful. In this selection we present calendars, forms, buttons, navigation, debugging, optimization and compatibility tables as well as handy resources and tools.

We also cover various jQuery-plugins that will help you extend the functionality of your website and improve user experience with ready components or coding solutions. The last section also covers a number of useful educational resources such as a compilation of useful JavaScript coding practices, a detailed comparison of JavaScript frameworks and general JavaScript programming conventions. We are looking forward to your feedback. You may be interested in the following related posts: Calendars and Timelines jDigiClock – Digital Clock (HTC Hero inspired)4 jDigiClock is a jQuery plugin inspired from HTC Hero Clock Widget. JavaScript Debugging and Validation Tools Poll. Jloader - Project Hosting on Google Code. How to Test your JavaScript Code with QUnit.

QUnit, developed by the jQuery team, is a great framework for unit testing your JavaScript. In this tutorial, I'll introduce what QUnit specifically is, and why you should care about rigorously testing your code. What is QUnit QUnit is a powerful JavaScript unit testing framework that helps you to debug code. It's written by members of the jQuery team, and is the official test suite for jQuery. But QUnit is general enough to test any regular JavaScript code, and it's even able to test server-side JavaScript via some JavaScript engine like Rhino or V8.

If you're unfamiliar with the idea of "unit testing", don't worry. In computer programming, unit testing is a software verification and validation method in which a programmer tests if individual units of source code are fit for use. This is quoted from Wikipedia. Why You Should Test Your Code First, it's very tedious. Another advantage of unit testing is especially for web development: it eases the testing of cross-browser compatibility.

How to start writing your own sweet jQuery scripts. Sometimes it can be hard to start writing a Javascript script when you don’t know what to do instantaneously. But luckily there is the Internet right? Just go to Google and type in what you want in a script. Good chance some jQuery or Javascript solution will show in the results, and you are basically done. The problem is that you still don’t know how to do such things. In this article I’ll discuss the viral points of planning out a Javascript / jQuery script with ease. Before I start talking about Javascript and jQuery I want to take the time to do some shameless self-promotion. A few weeks ago I opened up a small blog on tumblr . The url is: Now on with the article! Good to know Before you start working with jQuery, it’s best you first understand Javascript and the difference with it and plain HTML and CSS. Most HTML elements are static, they don’t move, they just sit there.

If you’re already into Javascripting, the previous steps would be out of the question. Brandonaaron's jquery-virtual_dom_events at master - GitHub. 45 Powerful CSS/JavaScript-Techniques - Smashing Magazine. Advertisement CSS and JavaScript are extremely powerful tools for designers and developers. However, sometimes it’s difficult to come up with the one excellent idea that would solve a problem that you are facing right now. Good news: almost every day designers and developers come up with fresh and clever CSS tricks and techniques and share them with other developers online.

We regularly collect all these tricks, filter them, sort them, revise them and prepare them for Smashing Magazine readers. In this post we present 45 useful CSS/JavaScript-techniques that may help you find clever solutions to some of your problems or just get inspired by what is possible with CSS. Please notice that this is the first part of our large round-up of fresh CSS/JavaScript-techniques. Interesting CSS Techniques Building the New Visual AnnotationsThese note overlays are composed of two main elements, an overlay with the shine and a border with the transparency. CSS Navigation Menus Sproing!

CSS Lists. Selectors. Original lab by Karl Swedberg Enhanced by Cody Lindley. FYI (ie6 ! = supported) jQuery Selectors Download This Lab This sentence is in <div id="myid">. This is a paragraph, which means it is wrapped in <p> and </p>. This is the first list item (<li>) in an unordered list (<ul>). <p class="myclass">This is another paragraph. This is a textarea Enter Your Own Selectors ( example: li:nth-child(2) ) li:nth-child(2) Basics $('code') $('#myid') $('.myclass') $('code, #myid, .myclass') Hierarchy $('div code') $('li > ul') $('strong + em') $('strong ~ em') Basic Filters $('li:first') $('li:last') $('li:not(li:first)') $('li:even') $('li:odd') $('li:eq(1)') $('li:gt(2)') $('li:lt(2)') $(':header') $(':animated') Content Filters $('li:contains(second-level)') $(':empty') $('li:has(a)') $('p:parent') Visibility Filters $(':hidden') $(':visible') Attribute Filters $('li[class]') $('a[rel="self"]') $('a[rel!

$('[class^="my"]') $('a[title$="blog"]') $('a[href*="zip"]') $('a[rel][href][title$="blog"]') Child Filters $('li:nth-child(even)') RightJS: Home. Plugins. Aaronchi&#039;s jrails at master - GitHub. 10 Easy jQuery Tricks for Designers. There are plenty of jQuery tricks and techniques out there, and the vast and powerful jQuery library can meet almost anyone’s JavaScript’ing needs. Since jQuery makes JavaScript accessible to designers who want to add simple interaction and visual techniques into their design without knowing extensive programming knowledge, it’s worth a few moments to explore this excellent library. As any designer knows, adding small bits of extra visual detail and user-friendliness can add professionalism and appeal to any web design. In addition, for designers that sell templates, WordPress themes, and other types of web designs, the use of jQuery in a design can be a great selling point.

Let’s take a look at ten simple, effective, and useful tricks and techniques from several excellent jQuery developers and sites around the web that leverage the library to take your designs to another level. 1. Equal-Height Columns The function and snippets for this approach is from CSSNewbie. 2. 3. 4. 5. 6. 7. 8. 9. 50 Useful New jQuery Techniques and Tutorials | Developer&#039;s Toolbox. Sprite Creator 1.0. JavaScript, Programming, and Web Applications. Flot - Google Code.