summaryrefslogtreecommitdiffstats
path: root/user_guide
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2011-01-28 20:56:26 +0100
committerPascal Kriete <pascal.kriete@ellislab.com>2011-01-28 20:56:26 +0100
commitd709c394bbc918283e09f501363559b665fa2a24 (patch)
tree5cf80ac8a0e4618d42e299d0d59eb287f08f2ce6 /user_guide
parent1c97d565c47eb2a3b0802a9b0202deb5b5fe6760 (diff)
Wrong branch, and the drivers were not alphabetical.
Diffstat (limited to 'user_guide')
-rw-r--r--user_guide/libraries/javascript.html3
-rw-r--r--user_guide/nav/nav.js20
2 files changed, 15 insertions, 8 deletions
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 @@
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
-<title>CodeIgniter User Guide : Input Class</title>
+<title>CodeIgniter User Guide : JavaScript Class</title>
<style type='text/css' media='all'>@import url('../userguide.css');</style>
<link rel='stylesheet' type='text/css' media='all' href='../userguide.css' />
@@ -55,6 +55,7 @@ Input Class
<!-- START CONTENT -->
<div id="content">
+<p class="important"><strong>Note:</strong> This driver is experimental. Its feature set and implementation may change in future releases.</p><br>
<h1>Javascript Class</h1>
<p>Rewrite this paragraph: <a href="http://jquery.com/">jQuery</a> 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.</p>
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)
'<li><a href="'+base+'doc_style/index.html">Writing Documentation</a></li>' +
'</ul>' +
+ '<h3>Additional Resources</h3>' +
+ '<ul>' +
+ '<li><a href="http://codeigniter.com/forums/">Community Forums</a></li>' +
+ '<li><a href="http://codeigniter.com/wiki/">Community Wiki</a></li>' +
+ '</ul>' +
+
'</td><td class="td_sep" valign="top">' +
'<h3>Class Reference</h3>' +
@@ -73,7 +79,6 @@ function create_menu(basepath)
'<li><a href="'+base+'libraries/calendar.html">Calendar Class</a></li>' +
'<li><a href="'+base+'libraries/cart.html">Cart Class</a></li>' +
'<li><a href="'+base+'libraries/config.html">Config Class</a></li>' +
- '<li><a href="'+base+'database/index.html">Database Class</a></li>' +
'<li><a href="'+base+'libraries/email.html">Email Class</a></li>' +
'<li><a href="'+base+'libraries/encryption.html">Encryption Class</a></li>' +
'<li><a href="'+base+'libraries/file_uploading.html">File Uploading Class</a></li>' +
@@ -100,6 +105,13 @@ function create_menu(basepath)
'</td><td class="td_sep" valign="top">' +
+ '<h3>Driver Reference</h3>' +
+ '<ul>' +
+ '<li><a href="'+base+'libraries/caching.html">Caching Class</a></li>' +
+ '<li><a href="'+base+'database/index.html">Database Class</a></li>' +
+ '<li><a href="'+base+'libraries/javascript.html">Javascript Class</a></li>' +
+ '</ul>' +
+
'<h3>Helper Reference</h3>' +
'<ul>' +
'<li><a href="'+base+'helpers/array_helper.html">Array Helper</a></li>' +
@@ -125,11 +137,5 @@ function create_menu(basepath)
'<li><a href="'+base+'helpers/xml_helper.html">XML Helper</a></li>' +
'</ul>' +
- '<h3>Additional Resources</h3>' +
- '<ul>' +
- '<li><a href="http://codeigniter.com/forums/">Community Forums</a></li>' +
- '<li><a href="http://codeigniter.com/wiki/">Community Wiki</a></li>' +
- '</ul>' +
-
'</td></tr></table>');
} \ No newline at end of file