<?xml version="1.0" encoding="UTF-8"?>
<commit>
  <added type="array"/>
  <modified type="array">
    <modified>
      <diff>@@ -1,5 +1,9 @@
 h3. Changelog
 
+h4. 1.7.2
+
+* Submit on change if input type select and no submit button defined (&quot;gregpyp&quot;:http://github.com/gregpyp)
+
 h4. 1.7.1
 
 * Namespace default event as click.editable (&quot;Zangetsu&quot;:http://github.com/Zangetsu)</diff>
      <filename>README.textile</filename>
    </modified>
    <modified>
      <diff>@@ -513,6 +513,13 @@
                                 $(this).attr('selected', 'selected');
                         }
                     });
+                    /* Submit on change if no submit button defined. */
+                    if (!settings.submit) {
+                        var form = this;
+                        $('select', this).change(function() {
+                            form.submit();
+                        });
+                    }
                 }
             }
         },</diff>
      <filename>jquery.jeditable.js</filename>
    </modified>
  </modified>
  <removed type="array"/>
  <parents type="array">
    <parent>
      <id>cfdeafc8c0c0afe6211ba9287d083b504d68a3b2</id>
    </parent>
  </parents>
  <author>
    <name>Mika Tuupola</name>
    <email>tuupola@appelsiini.net</email>
  </author>
  <url>http://github.com/tuupola/jquery_jeditable/commit/c973ae8d43e51192803dccd140417850ee893bfb</url>
  <id>c973ae8d43e51192803dccd140417850ee893bfb</id>
  <committed-date>2009-10-03T02:20:58-07:00</committed-date>
  <authored-date>2009-10-03T02:20:58-07:00</authored-date>
  <message>Submit on change if input type select and no submit button defined (gregpyp)</message>
  <tree>ae65223a660866f0aa63a2ea754f4a9f7e7738ee</tree>
  <committer>
    <name>Mika Tuupola</name>
    <email>tuupola@appelsiini.net</email>
  </committer>
</commit>
