jQuery Samples (Maybe) for SonghaySystem.com

Buy this Book at Amazon.com!A new /jquery folder is added to the dev’ server samples folder. The work here is intended to replace the older samples in the /DHTML and /ajax folders. Today, the plan is to use jQuery exclusively. This decision is based on the following:

“[jQuery: $.extend() and $.fn.extend() confusion](http://asimilia.wordpress.com/2008/12/17/jquery-extend-confusion/)” “As a general rule, you should extend the jQuery object for functions and the `jQuery.fn` object for methods. A function, as opposed to a method, is not accessed directly from the DOM.”
“[jQuery extend and fn.extend](http://joechung.posterous.com/jquery-extend-and-fnextend)” “Use the extend function to add a new function to a jQuery object. … Use the fn.extend function to add a new function that will be applied to each element in the set of elements in a jQuery object.”
“[Learn How To Create Your Own jQuery Plugin](http://www.myinkblog.com/2009/08/10/learn-how-to-create-your-own-jquery-plugin/)” “The basis of creating a plugin for jQuery is actually quite simple. You don’t have to be a jQuery ninja, nor do you have to sweat blood to make it work. It’s as easy as script writing!”
“[A Plugin Development Pattern](http://www.learningjquery.com/2007/10/a-plugin-development-pattern)” “In Mike Alsup’s preamble, I’m inferring that a formal plug-in is needed when your extension depends on one or more ‘private’ functions.”

rasx()