From d709c394bbc918283e09f501363559b665fa2a24 Mon Sep 17 00:00:00 2001 From: Pascal Kriete Date: Fri, 28 Jan 2011 14:56:26 -0500 Subject: Wrong branch, and the drivers were not alphabetical. --- user_guide/libraries/javascript.html | 3 ++- user_guide/nav/nav.js | 20 +++++++++++++------- 2 files changed, 15 insertions(+), 8 deletions(-) (limited to 'user_guide') diff --git a/user_guide/libraries/javascript.html b/user_guide/libraries/javascript.html index b5041e5b8..864efc82d 100644 --- a/user_guide/libraries/javascript.html +++ b/user_guide/libraries/javascript.html @@ -2,7 +2,7 @@ -CodeIgniter User Guide : Input Class +CodeIgniter User Guide : JavaScript Class @@ -55,6 +55,7 @@ Input Class
+

Note: This driver is experimental. Its feature set and implementation may change in future releases.


Javascript Class

Rewrite this paragraph: jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle events, perform animations, and add Ajax interactions to your web pages. CodeIgniter provides a library to help you with certain common functions that you may want to use within jQuery. Please note that CodeIgniter does not require the jQuery library to run, and that any scripting library will work equally well. The jQuery library is simply presented as a convenience if you choose to use it.

diff --git a/user_guide/nav/nav.js b/user_guide/nav/nav.js index 4ac109914..f1c215c4d 100644 --- a/user_guide/nav/nav.js +++ b/user_guide/nav/nav.js @@ -65,6 +65,12 @@ function create_menu(basepath) '
  • Writing Documentation
  • ' + '' + + '

    Additional Resources

    ' + + '' + + '' + '

    Class Reference

    ' + @@ -73,7 +79,6 @@ function create_menu(basepath) '
  • Calendar Class
  • ' + '
  • Cart Class
  • ' + '
  • Config Class
  • ' + - '
  • Database Class
  • ' + '
  • Email Class
  • ' + '
  • Encryption Class
  • ' + '
  • File Uploading Class
  • ' + @@ -100,6 +105,13 @@ function create_menu(basepath) '' + + '

    Driver Reference

    ' + + '' + + '

    Helper Reference

    ' + '' + - '

    Additional Resources

    ' + - '' + - ''); } \ No newline at end of file -- cgit v1.2.3-24-g4f1b