public
Description: Branch of Dan Webb's JavaScript DOM event library. Small JavaScript library built as an extension to Prototype that makes unobtrusive DOM scripting much easier
Homepage: http://groups.google.co.uk/group/low-pro
Clone URL: git://github.com/brianjlandau/lowpro.git
Add change from dbryand to source not just dist.
brianjlandau (author)
Thu Sep 04 07:10:43 -0700 2008
commit  f91e4796fba477de1d1371987e33f48e88f2a2e0
tree    6cf0e8340d609bf2cff309eb686136e592951d2d
parent  8d4617ab4adf720586f425d74cd674d5497d4213
...
47
48
49
50
 
51
52
53
...
47
48
49
 
50
51
52
53
0
@@ -47,7 +47,7 @@ Remote.Form = Behavior.create(Remote.Base, {
0
     var sourceElement = e.element();
0
     
0
     if (['input', 'button'].include(sourceElement.nodeName.toLowerCase()) &&
0
- sourceElement.type == 'submit')
0
+ sourceElement.type.match(/submit|image/))
0
       this._submitButton = sourceElement;
0
   },
0
   onsubmit : function() {

Comments

    No one has commented yet.