<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array">
    <added>
      <filename>jquery-checkbox-edit.js</filename>
    </added>
  </added>
  <modified type="array">
    <modified>
      <diff>@@ -6,44 +6,30 @@
 
 &lt;script type=&quot;text/javascript&quot; src=&quot;http://code.jquery.com/jquery-latest.js&quot;&gt;&lt;/script&gt;
 &lt;!-- include library --&gt;
-&lt;script src=&quot;chejqboxes.js&quot; type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;&lt;/script&gt;
+&lt;script src=&quot;jquery-checkbox-edit.js&quot; type=&quot;text/javascript&quot;&gt;&lt;/script&gt;
 &lt;/head&gt;
 &lt;style type=&quot;text/css&quot; media=&quot;screen&quot;&gt;
   /* style for done button */
-  .chejqboxes-done { display:none;}
+  .jq-checkboxes-done { display:none;}
 &lt;/style&gt; 
-&lt;script type=&quot;text/javascript&quot; charset=&quot;utf-8&quot;&gt;
 
-  $(document).ready(function(){
-    chejqboxes_init()
-    $('.chejqboxes').after('&lt;div class=&quot;chejqboxes-done&quot;&gt;done&lt;/div&gt;');
-    $('.chejqboxes-done').bind('click',chejqboxes_init);
-  });
-  function chejqboxes_init(){
-    $('.chejqboxes-done').hide();
-    txtCont = $('.chejqboxes').css('border','solid 1px #ccc'); 
-    $('.chejqboxes &gt; *').wrapAll('&lt;div class=&quot;chejqboxes-frm-elements&quot;&gt;');
-    $('.chejqboxes-frm-elements').hide().before('&lt;div class=&quot;chejqboxes-text-elements&quot;&gt;&lt;/div&gt;');
-    labelsForChecked = $('.chejqboxes &gt; *').find('input[@type=&quot;checkbox&quot;][checked]').next();
-    var out='';
-    jQuery.each(labelsForChecked,function(i,val){out+= jQuery(val).text() + &quot;&lt;br&gt;&quot;})
-    $('.chejqboxes-text-elements').show('fast').html(out).bind('click',function(e){
-      $('.chejqboxes-text-elements').hide('fast');
-      $('.chejqboxes-frm-elements').show('fast');
-      $('.chejqboxes-done').show();
-    });
-  }
-&lt;/script&gt;
 
 &lt;body id=&quot;index&quot; onload=&quot;&quot;&gt;
- 
- &lt;div class=&quot;chejqboxes&quot;&gt;
+&lt;fieldset&gt;
+  &lt;legend&gt;Choose your color choices&lt;/legend&gt;
+ &lt;div class=&quot;jq-checkboxes&quot;&gt;
       &lt;input type=&quot;checkbox&quot; name=&quot;cb_name&quot; value=&quot;1&quot; id=&quot;opt1&quot;&gt;&lt;label for=&quot;opt1&quot;&gt;Blue&lt;/label&gt;
       &lt;input type=&quot;checkbox&quot; name=&quot;cb_name&quot; value=&quot;2&quot; id=&quot;opt2&quot;&gt;&lt;label for=&quot;opt2&quot;&gt;Red&lt;/label&gt;
       &lt;input type=&quot;checkbox&quot; checked=&quot;true&quot; name=&quot;cb_name&quot; value=&quot;3&quot; id=&quot;opt3&quot;&gt;&lt;label for=&quot;opt3&quot;&gt;Green&lt;/label&gt;
       &lt;input type=&quot;checkbox&quot; name=&quot;cb_name&quot; value=&quot;4&quot; id=&quot;opt4&quot;&gt;&lt;label for=&quot;opt4&quot;&gt;Yellow&lt;/label&gt;
       &lt;input type=&quot;checkbox&quot; checked=&quot;true&quot; name=&quot;cb_name&quot; value=&quot;5&quot; id=&quot;opt5&quot;&gt;&lt;label for=&quot;opt5&quot;&gt;Purple&lt;/label&gt;
+      &lt;br&gt;
+      &lt;input type=&quot;checkbox&quot; name=&quot;cb_name&quot; value=&quot;10&quot; id=&quot;opt10&quot;&gt;&lt;label for=&quot;opt10&quot;&gt;Orange&lt;/label&gt;
+      &lt;input type=&quot;checkbox&quot; name=&quot;cb_name&quot; value=&quot;20&quot; id=&quot;opt20&quot;&gt;&lt;label for=&quot;opt20&quot;&gt;Pink&lt;/label&gt;
+      &lt;input type=&quot;checkbox&quot; checked=&quot;true&quot; name=&quot;cb_name&quot; value=&quot;30&quot; id=&quot;opt30&quot;&gt;&lt;label for=&quot;opt30&quot;&gt;Brown&lt;/label&gt;
+      &lt;input type=&quot;checkbox&quot; name=&quot;cb_name&quot; value=&quot;40&quot; id=&quot;opt40&quot;&gt;&lt;label for=&quot;opt40&quot;&gt;Black&lt;/label&gt;
+      &lt;input type=&quot;checkbox&quot; checked=&quot;true&quot; name=&quot;cb_name&quot; value=&quot;50&quot; id=&quot;opt50&quot;&gt;&lt;label for=&quot;opt50&quot;&gt;White&lt;/label&gt;
  &lt;/div&gt;
-  
+&lt;/fieldset&gt;  
 &lt;/body&gt;
 &lt;/html&gt;
\ No newline at end of file</diff>
      <filename>index.html</filename>
    </modified>
  </modified>
  <removed type="array">
    <removed>
      <filename>chejqboxes.js</filename>
    </removed>
  </removed>
  <parents type="array">
    <parent>
      <id>21283f3b24944f4be7fb492e554cc6404f08178e</id>
    </parent>
  </parents>
  <author>
    <name>Tom Hanley</name>
    <email>tjhanley.com@gmail.com</email>
  </author>
  <url>http://github.com/tjhanley/jquery-checkbox-edit/commit/a2f246190f69f9eccb704d526b1c7103fbdd9923</url>
  <id>a2f246190f69f9eccb704d526b1c7103fbdd9923</id>
  <committed-date>2008-08-15T08:27:19-07:00</committed-date>
  <authored-date>2008-08-15T08:27:19-07:00</authored-date>
  <message>Moved methods to js file and consolidated the class name</message>
  <tree>508097d85873be52236bdfe35bad443ac0142b79</tree>
  <committer>
    <name>Tom Hanley</name>
    <email>tjhanley.com@gmail.com</email>
  </committer>
</commit>
