Subversion Repositories My Stuff

Compare Revisions

Ignore whitespace Rev 8 → Rev 9

/trunk/JavaScripts/sms_form.js
0,0 → 1,23
#######################################################################
# This script is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
# GNU General Public License for more details.
# Author: Andrzej Kardaƛ
# License: GPLv3
# The full version of the licencse can be obtainted by visiting:
# http://www.gnu.org/licenses/gpl.html
########################################################################
$(document).ready(function(){
var options = {
target: '#sms_form',
success: function() {
$('#sms_form > #form-indicator').hide();
$('#sms_form > form').ajaxForm(options);
},
beforeSubmit: function() {
$('#sms_form > #form-indicator').show();
}
};
$('#sms_form > form').ajaxForm(options);
});
Property changes:
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property