Updated readme.

Version bump to 2.0.6.
Added JS to remove inline style added by jQueryUI when highlighting form rows.
This commit is contained in:
Brandon Taylor
2015-11-18 07:52:18 -05:00
parent 455e5304aa
commit 2dab294b0c
3 changed files with 5 additions and 5 deletions
@@ -40,7 +40,7 @@
type: 'POST',
data: { indexes : indexes.join(',') },
success: function() {
ui.item.find('.form-row').effect('highlight', {}, 1000);
ui.item.find('.form-row').effect('highlight', {}, 1000).removeAttr('style');
}
});
}