Damien Sorel

Results 165 comments of Damien Sorel

I will not modify SQLParser to leave the backtick, it makes no sense (it's a standalone parser not an extension to QueryBuilder)

Technical explanaition of this behaviour https://stackoverflow.com/questions/25824749/why-webkit-transform-translate3d0-0-0-messes-up-with-fixed-childs

Why do you close if it's not solved ? Please reopen Sent from MailDroid -----Original Message----- From: Yusuf Ozturk To: mistic100/jQuery-QueryBuilder Cc: Damien Sorel , Mention Sent: mer., 07 nov....

QueryBuilder does not supports dynamic filters, all filters **must** be provided in the configuration object or added with `addFilter`/`setFilters` methods. If the number of filters is an issue you can...

Hello, thank you for your PR. - Please respect the general code-style (braces on same line) - you can simplify the code in "setOptions" by using [toggleClass](https://api.jquery.com/toggleClass/#toggleClass-className-state) - I don't...

Ok it's quite straithforward actually (didn't know the `:input` selector) ! I'll test it soon.

1. please do not modify the README, add things that should be in the doc, add new dependencies or modify the existing example 2. I don't want to integrate that...

Ok. BTW openning a pull request won't prevent to lose the code. Your repository is the only owner of this code.

There is currently no other way. You are right, the group `readonly` is only partly supported (only locks the condition and prevents delete). I am currently working on enhancing the...

There is not difference between your two examples , both have the same behavior : - if you hit "getRules" without touching the rule you get `"0"` - if you...