Skip to content

Library for contributing JQUERY (JavaScript) framework and plugins via ASDF.

Notifications You must be signed in to change notification settings

treep/cl-jquery

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CL-JQUERY

  This is a library for contributing JQUERY (JavaScript) framework and plugins
via ASDF.

  Current release (2011-23-03) include:

    * jQuery, version 1.5.1

    * jQuery Form plugin, version 2.67

    * jQuery UI plugin, version 1.8.11

    * jQuery JSON plugin, version 2.2

    * JQuery Console plugin, version 1.0

USAGE

  JQUERY package define absolute patnames to the JS scripts in variables and
functions for building relative pathnames to this scripts.

  After you load this library with ASDF, it is simple to use it in CL
applications:

    jquery:*jquery.js*

      Absolute path to the `jquery.js' script.

    jquery:*jquery.form.js*

      Absolute path to the `jquery.form.js' script.

    jquery:*jquery.json.js*

      Absolute path to the `jquery.json.js' script.

    jquery:*jquery.ui.js*

      Absolute path to the `jquery.ui.js' script.

    jquery:*jquery.console.js*

      Absolute path to the `jquery.console.js' script.

    (jquery:relative base path)

      Relative path (a string) from BASE (a pathname) to PATH (a pathname).

    (jquery:jquery.js base)

      Relative path (a string) from BASE (a pathname) to the `jquery.js' script.

    (jquery:jquery.form.js base)

      Relative path (a string) from BASE (a pathname) to the `jquery.form.js' script.

    (jquery:jquery.json.js base)

      Relative path (a string) from BASE (a pathname) to the `jquery.json.js' script.

    (jquery:jquery.ui.js base)

      Relative path (a string) from BASE (a pathname) to the `jquery.ui.js' script.

    (jquery:jquery.console.js base)

      Relative path (a string) from BASE (a pathname) to the `jquery.console.js' script.

About

Library for contributing JQUERY (JavaScript) framework and plugins via ASDF.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published