JavaScript
HomeHTAJScriptJavaScriptPHP
Main Menu Home HTA JavaScript JScript PHP Examples Dynamically Creating Tables Dynamically Chaning Links Script Box Wormbites 2006 Includables ezCalendar getOrdinalFor(...) jPaq 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 different type of JavaScript library called jPaq.  The difference between jPaq and other JavaScript libraries is the fact that it gives you the ability to download only what you want.  Therefore, even though the entire library starts off small, you can make it even smaller by selecting which functions, objects and classes you want to be included in the library.  Please check out jPaq which is found at http://www.jpaq.org/.

Examples

Related Search Results

  1. JavaScript - Dynamically Changing Links:
    Illustrates how to dynamically change links using JavaScript.
  2. JavaScript - Dynamic Interaction:
    Learn how to handle events with plain JavaScript.
  3. Wormbites 2008 (Desktop Version):
    The ultimate Snake game with multiple brain-teasing levels. You can also custom design you own levels.
  4. JXtension - A Small, Yet Powerful JavaScript Library:
    JXtension is a small, yet powerful JavaScript library.
  5. JScript - Modified Alert Box:
    Use the alert function in any stand-alone JScript.