diff --git a/client/lib/jquery.jeditable.js b/client/lib/jquery.jeditable.js index 2d19b5a..2fe9537 100644 --- a/client/lib/jquery.jeditable.js +++ b/client/lib/jquery.jeditable.js @@ -177,7 +177,13 @@ $(self).html(''); /* create the form object */ - var form = $('
'); + /* ######################### + ################### + ################## + Big HACK by ali: i make the form a div so that it no longer has default + submit behaviours -- because we don't want HTTP submissions to happen */ + //var form = $(''); + var form = $('
'); /* apply css or style or both */ if (settings.cssclass) {