bind_parameter = {} function bind_list() { $('#result').html(''); $('#content').html(''); $.ajax({ type : 'get', dataType : 'json', url : '../jaxrs/bind/list', xhrFields : { 'withCredentials' : true }, crossDomain : true }).done(function(json) { if (json.type == 'success') { var str = '
| ' + json.data.length + ' | ||
| id | meta | name |
|---|---|---|
| ' + item.id + ' | '; str += '' + item.meta + ' | '; str += '' + item.name + ' | '; str += '