background preloader

The Complete Guide for You to Become an Almighty jQuery Developer

The Complete Guide for You to Become an Almighty jQuery Developer

http://effectize.com/jquery-developer-guide

Animation Jump - quick tip Update: As of jQuery 1.3 this fix is no longer required as jQuery height animation also animates the padding and margin – I’ve used the same demo, but included jQuery 1.3: (edit source) However – if you’re still using versions below 1.3 – read on! However, on more than one occasion I’ve found that after creating a sliding effect, the animation jumps on completion. Having found the cause, I thought it only fair to share and explain why it’s happening and how to avoid it. Watch the animation jump fix screencast (alternative flash version) xslt.js - Transform XML with XSLT Transform XML with XSLT xslt.js is a tiny (less than 2 KB) JavaScript library that lets you asynchronously transform XML with XSLT on the client. Why transform XML on the server when the client can do it, too? In Microsoft Internet Explorer, no instantiation of ActiveX controls are necessary, so xslt.js works nicely in companies where admins have deployed “hardened” versions of IE that cannot instantiate any ActiveX controls. xslt.js includes a jQuery plugin and the ability to use inline XML. Download

Image Fade Revisited Watch the image fade revisited screencast (alternative flash version) QuickTime version is approximately 30Mb, flash version is streaming. View the demo and source code used in the screencast Also a side note about IE6 support: Side note: IE6 screencast (alternative flash version) jdMenu Hierarchical Menu Plugin for jQuery The jdMenu plugin for jQuery provides a clean, simple and elegant solution for creating hierarchical drop down menus for websites to web applications. View the feature list below to see if jdMenu is the solution for you. jdMenu News July 1st: Thank you for all of those who have contacted me regarding jdMenu. I'm in the process of switching jobs and adjusting to the birth of our first, a little girl Noel Joy born June 12th. In addition to these life changes, jdMenu has an update coming in the first week of August.

Arrows-and-boxes - headjump.de flash game development and game design About Easy to use javascript plugin to draw nice boxes and arrows to your website from simple markup like (User) > (Admin) ... which will be transformed to: Setup (it's easy!) jquery timepicker Experimental code ! This is my humble attempt to enhence web time picking. For the moment I'd call it a toy project, it might stay in experimental state evitam eternam.. I just wanted to see if I could create a better time picker.

Learning jQuery » A Plugin Development Pattern I've been developing jQuery plugins for quite a while now, and I've become rather comfortable with a particular style of plugin development for my scripts. This article is meant to share the pattern that I've found especially useful for plugin authoring. It assumes you already have an understanding of plugin development for jQuery; if you're a novice plugin author, please review the jQuery Authoring Guidelines first. There are a few requirements that I feel this pattern handles nicely: Claim only a single name in the jQuery namespace Accept an options argument to control plugin behavior Provide public access to default plugin settings Provide public access to secondary functions (as applicable) Keep private functions private Support the Metadata Plugin I'll cover these requirements one by one, and as we work through them we'll build a simple plugin which highlights text.

1.2.6: Events 100% faster jQuery 1.2.6 is primarily a bug fix release for jQuery 1.2. You can view the full list of what was fixed on the bug tracker. This is the next release immediately following jQuery 1.2.3. Releases 1.2.4 and 1.2.5 were skipped (1.2.4 was built incorrectly, rendering it effectively identical to 1.2.3, and 1.2.5 was missing a patch). The entire jQuery team did a fantastic job in pulling this release together – I want to take this opportunity to thank them all for their continued hard work. I’d also like to take this opportunity to welcome Ariel Flesler to the core jQuery development team.

» Jquery Wizard Plugin » Worcester Web Site Development Blog After looking for a jquery plugin that will emulate a windows wizard I decided to make my own (with the help of cody lindley’s css step menu). I am using Jquery which can be found here and css step menu found here. The code: First we need a simple javascript function will hide and display a div, this method is used with jquery and you can learn how to use this here function loadnext(divout,divin){$("." + divout).hide();$("." + divin).fadeIn("slow");} JQuery Primer – Part 1 JQuery is a lightweight, yet powerful, JavaScript library specializing in DOM traversal and manipulation, event handling, and extensibility. It is quickly becoming the premiere JavaScript library of choice due to its elegant and simple syntax. Introduction The last couple years has seen developers assaulted with an ever-increasing number of JavaScript libraries and frameworks. Few have received the same universal and long-lasting praise as JQuery. I attribute the success of this particular framework to two aspects.

jQuery Smooth Div Scroll by Thomas Kahn Smooth Div Scroll is a jQuery plugin that scrolls content horizontally left or right. Smooth Touch Scroll has just been released! I have just released Smooth Touch Scroll, a slim touch version of Smooth Div Scroll.

Related: