Ajax Combogrid Base on JQuery

Bootstrap Combogrid

JQuery Plugins Ajax Combobox with Bootstrap interface.

Getting Started

In your web page:

<link rel="stylesheet" href="plugins/bootstrap/css/bootstrap.min.css"> <link rel="stylesheet" href="css/shollu_cg-white.css"> <script src="plugins/jQuery/jQuery-2.1.4.min.js"></script> <script src="js/shollu_cg.js"></script> <script> jQuery(function($) { $("#element").shollu_cg(); }); </script> Documentation

(Coming soon)

Examples

For update queryParams:

$("#element").shollu_cg({queryParams: {"id":4}});

For adding aditional field/row:

$("#element").shollu_cg({ addition: {"id":0, "name":"Non Standard"} });

For update event onSelect/onChange:

$("#element").combogrid({ onSelect: function(rowData){ $("#element_other").combogrid({queryParams: {"country_id":rowData.id}}); }, onChange: function(rowData){ $("#element_other").combogrid({queryParams: {"country_id":rowData.id}}); } }); Release History

(Nothing yet)

版权声明:

1、该文章(资料)来源于互联网公开信息,我方只是对该内容做点评,所分享的下载地址为原作者公开地址。
2、网站不提供资料下载,如需下载请到原作者页面进行下载。