<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>jquery.jeditable.charcounter.js</filename>
    </added>
    <added>
      <filename>js/jquery.charcounter.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -27,10 +27,12 @@ $url    = sprintf('http://%s%s%s/', $_SERVER['SERVER_NAME'], $folder, 'php');
 &lt;script src=&quot;jquery.jeditable.time.js&quot; type=&quot;text/javascript&quot; &gt;&lt;/script&gt;
 &lt;script src=&quot;jquery.jeditable.timepicker.js&quot; type=&quot;text/javascript&quot; &gt;&lt;/script&gt;
 &lt;script src=&quot;jquery.jeditable.datepicker.js&quot; type=&quot;text/javascript&quot; &gt;&lt;/script&gt;
+&lt;script src=&quot;jquery.jeditable.charcounter.js&quot; type=&quot;text/javascript&quot; &gt;&lt;/script&gt;
 
 &lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.maskedinput.js&quot;&gt;&lt;/script&gt;
 &lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.timepicker.js&quot;&gt;&lt;/script&gt;
 &lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.autogrow.js&quot;&gt;&lt;/script&gt;
+&lt;script type=&quot;text/javascript&quot; src=&quot;js/jquery.charcounter.js&quot;&gt;&lt;/script&gt;
 
 &lt;script type=&quot;text/javascript&quot; src=&quot;js/date.js&quot;&gt;&lt;/script&gt;
 &lt;!--
@@ -45,6 +47,16 @@ $url    = sprintf('http://%s%s%s/', $_SERVER['SERVER_NAME'], $folder, 'php');
 &lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
 // &lt;![CDATA[
 $(document).ready(function() {
+  $(&quot;.charcounter&quot;).editable(&quot;&lt;?php print $url ?&gt;save.php&quot;, { 
+      indicator : &quot;&lt;img src='img/indicator.gif'&gt;&quot;,
+      type      : &quot;charcounter&quot;,
+      submit    : 'OK',
+      tooltip   : &quot;Click to edit...&quot;,
+      onblur    : &quot;ignore&quot;,
+      charcounter : {
+         characters : 60
+      }
+  });
     $(&quot;.autogrow&quot;).editable(&quot;&lt;?php print $url ?&gt;save.php&quot;, { 
         indicator : &quot;&lt;img src='img/indicator.gif'&gt;&quot;,
         type      : &quot;autogrow&quot;,
@@ -184,6 +196,17 @@ div.entry {
       &lt;/p&gt;
       
     &lt;/div&gt;
+    
+    &lt;div class=&quot;entry&quot;&gt;
+
+      &lt;h2&gt;Character counter&lt;/h2&gt;
+      &lt;p class=&quot;charcounter&quot; id=&quot;custom_5&quot;&gt;&lt;?php print file_get_contents($url . 'load.php?id=custom_6') ?&gt;&lt;/p&gt;
+      &lt;p&gt;
+        Using character counter.
+      &lt;/p&gt;
+      
+    &lt;/div&gt;
+    
     &lt;!--
     &lt;div class=&quot;entry&quot;&gt;
 </diff>
      <filename>custom.html</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>aef616d0ffacb7ed0e6144e38d21ed96ca89e41f</id>
    </parent>
  </parents>
  <author>
    <name>Mika Tuupola</name>
    <email>tuupola@appelsiini.net</email>
  </author>
  <url>http://github.com/tuupola/jquery_jeditable/commit/49dd9446926214f5e6668df4c4d108ac6da5c429</url>
  <id>49dd9446926214f5e6668df4c4d108ac6da5c429</id>
  <committed-date>2008-08-29T13:15:12-07:00</committed-date>
  <authored-date>2008-08-29T13:15:12-07:00</authored-date>
  <message>Add quick and dirty charcounter custom input. Depends on Charcounter
jQuery plugin by Tom Deater:

http://www.tomdeater.com/jquery/character_counter/</message>
  <tree>47a132e1c851d112243de48a921f4739cce6150a</tree>
  <committer>
    <name>Mika Tuupola</name>
    <email>tuupola@appelsiini.net</email>
  </committer>
</commit>
