Valid XHTML 1.0 TransitionalTFW's jQuery Yard / TFW's Samples: jQuery Objects

Page: [tfw/jquery_yard/samples/01_jquery_init.html] (v2014-03-06_15-26)

A sample that shows the ways to call, value-assign and release jQuery variables.
  1. An html page with referenced javascript "jquery-*.js" contains such page-scoped variables of jQuery object as default: and .

  2. But in some times, these variables may be used by other things.
    and .
    Then see all the variables again: , , and .

  3. Now, a variable can be released from a jQuery object by such ways:












    Then see all the variables again: , , and .