/* Editableform based on Twitter Bootstrap */ (function ($) { //form template $.fn.editableform.template = '
' + '  ' + '
' + '
'; //error classes $.fn.editableform.errorGroupClass = 'error'; $.fn.editableform.errorBlockClass = null; }(window.jQuery));