基于Bootstrap的jQuery UI 插件库:Share
jopen
11年前
目前支持:
string, dialog datagrid tree, API接口与EasyUI的尽量保持一致; 新功能不断添加中。一段DEMO的Codes:
$("#loginwrap").dialog({ title: "Login" , buttons: [ { text: "Close" , classed: "btn-primary" , click: function() { $(this).dialog("close"); } }, { text: "Login" , classed: "btn-success" , click: function() { //your login handler $(this).dialog("close"); } }, { text: "Destroy" , classed: "btn-error" , click: function() { //your login handler $(this).dialog("destroy"); } } ] });文档: http://bootstrap.ourjs.com/
源码: https://github.com/newghost/bootstrap-jquery-plugin