twitter-bootstrap – 在bootstrap 4中可编辑?

前端之家收集整理的这篇文章主要介绍了twitter-bootstrap – 在bootstrap 4中可编辑?前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
我目前正在探索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>' ;
原文链接:https://www.f2er.com/bootstrap/233919.html

猜你在找的Bootstrap相关文章