Fixed buttons ids
This commit is contained in:
parent
af1ae59fc7
commit
011f7e6b46
1 changed files with 2 additions and 11 deletions
|
@ -123,7 +123,7 @@
|
|||
rules: rules_start
|
||||
});
|
||||
|
||||
$('#btn-reset').on('click', function() {
|
||||
$('#btn-reset-button').on('click', function() {
|
||||
$('#builder').queryBuilder('reset');
|
||||
});
|
||||
|
||||
|
@ -138,16 +138,7 @@
|
|||
});
|
||||
|
||||
|
||||
//$('#btn-get').on('click', function() {
|
||||
// var result = $('#builder').queryBuilder('getRules');
|
||||
//
|
||||
// if (!$.isEmptyObject(result)) {
|
||||
// alert(JSON.stringify(result, null, 2));
|
||||
// }
|
||||
//
|
||||
// });
|
||||
|
||||
$('#btn-search').on('click', function() {
|
||||
$('#btn-search-expand').on('click', function() {
|
||||
var json_result = $('#builder').queryBuilder('getRules');
|
||||
var query_string = format_query_string(json_result,"");
|
||||
var hits = $("#hitsPerPageSelect :selected");
|
||||
|
|
Loading…
Add table
Reference in a new issue