我目前正在探索Bootstrap 4.
在Bootstrap 3中,我使用x-editable实现了内联编辑.
但是对于Bootstrap 4,我找不到如何实现内联编辑.
有什么建议?
解决方法
通过这个技巧为我工作:
$.fn.editableform.buttons = '<button type="submit" class="btn btn-info editable-submit"><i class="fa fa-fw fa-check"></i></button>' + '<button type="button" class="btn editable-cancel"><i class="fa fa-fw fa-remove"></i></button>' ;