JavaScript
HomeHTAJScriptJavaScriptPHP
Main Menu Home HTA JavaScript JScript PHP Examples Dynamically Creating Tables Dynamically Chaning Links Script Box Wormbites 2006 Includables ezCalendar getOrdinalFor(...) JXtension Other Libraries jQuery Prototype script.aculo.us

In general...

JavaScript follows the same syntax used in C++/Java. JavaScript is primarily used on the web for client-side scripting and allows for dynamically interacting with the user while the page is loading, after the page has been loaded, and before the page is left. Unlike server-side scripting, JavaScript is visible to the entire world by right-clicking within the page and selecting "View Source".

Many JavaScript libraries have been developed to aid web developers.  One noteworthy one is jQuery which gives the user the ability to select HTML objects using CSS-like selectors.  I have released a similar JavaScript library which is smaller than jQuery but provides many of the same features, including CSS-like selectors.  This new library is called JXtension and can be found at http://jxtension.gotochriswest.com/.

Examples

Related Search Results

  1. Wormbites 2008 (Desktop Version):
    The ultimate Snake game with multiple brain-teasing levels. You can also custom design you own levels.
  2. jPaq - A Small, Yet Powerful JavaScript Library:
    jPaq is a small, yet powerful JavaScript library.
  3. Triangle Solitaire:
    Play the peg game, Triangle Solitaire.
  4. JavaScript - Dynamically Changing Links:
    Illustrates how to dynamically change links using JavaScript.
  5. JavaScript - Dynamic Interaction:
    Learn how to handle events with plain JavaScript.