summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Kriete <pascal.kriete@ellislab.com>2011-01-28 20:30:50 +0100
committerPascal Kriete <pascal.kriete@ellislab.com>2011-01-28 20:30:50 +0100
commit3b405bf261776f5209e4ee06351bbf685ea872f6 (patch)
tree92c192b139c9196b7bbaf7b6ade5536a07ccdab0
parent898949fb14901bf0ab2c539e799c3efbc7cd0361 (diff)
Adding an experimental note to the javascript docs. Decided to not link it in the navigation.
-rw-r--r--user_guide/libraries/javascript.html3
1 files changed, 2 insertions, 1 deletions
diff --git a/user_guide/libraries/javascript.html b/user_guide/libraries/javascript.html
index b5041e5b8..94c61492d 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>