Damien Sorel

Results 165 comments of Damien Sorel

Ok so it's specific to IE and Edge only

Use changers. http://querybuilder.js.org/#events ```js // it's a bit unreadable because the first "value" is the value contained by the event (the rule) // and the second "value" is the actual...

If you need to reuse stored rules : ```js $('#builder').on('jsonToRule.queryBuilder.filter', function(e, json) { if (json.values !== undefined) { e.value.value = json.values; } }); ```

I don't understand, perhaps you want to use the `value_separator` filter property.

WOW that's a lot of changes, it will take a while to review and test. Awesome work BTW;

Go ahead, I can't do it right away.

General remarks : - I don't understand what is "stype", more over because the "getSectionTypeSelect" method is not used. - the "exist" keyword used everywhere does not seem adapted to...

`e.stopPropagation()` in every listener should work https://github.com/mistic100/jQuery-QueryBuilder/blob/dev/src/core.js#L237

Are you storing the complete SQL query somewhere in your database and directly execute it ? How to you manage potential SQL injection ? You should have stored the rules...

@gordon-matt not in time frame that will suit you. You can submit the PR but I won't look at it before a while