Paul Maček

Results 39 comments of Paul Maček

:+1: for @yyuu's plugin: https://github.com/yyuu/rbenv-which-ext

The array "push" operator is not really meant to be used like that. Without a specific index, the serializer has no context to logically group items as you originally intended....

@layerssss I sincerely appreciate the work and detailed information you put in here. There is actually a draft spec I'm currently working towards: [W3C HTML JSON form submission](http://www.w3.org/TR/2014/WD-html-json-forms-20140529/). You can...

Hey Nathan, Thanks for the detailed information and the fiddle. It allows me to help you a lot better. **typical POST request** - checkbox checked `test=true&test=false` - checkbox unchecked `test=false`...

@nathankoop Sadly I've been really busy and haven't had a lot of time to direct at the `3.x` code. If I had to make an estimate, I'd say 2-3 months,...

@ikhsan017 this is unlikely to be implemented as this project is moving forward to meet the specs described for [W3C HTML JSON form submission](http://www.w3.org/TR/2014/WD-html-json-forms-20140529/) Unchecked checkboxes are not meant to...

@ikhsan017 yup I'm aware of his project, but I disagree with some of the implementation details. Also, his checklist of how his project is "better" maybe have been true at...

@markkemper1 you might want to make sure you're modifying the latest version `2.5.0` 2.5.0 will allow `.serializeObject` to be called on multiple elements so you could do ``` js var...

@markkemper1, My bad, I kinda just glanced at your code and threw and example together. The idea in principle would still work though: add additional fields - whatever they might...

@markkemper1 version `2.4.0` received support for [serializing booleans](https://github.com/macek/jquery-serialize-object/blob/master/HISTORY.md#240), but only for `type="checkbox"` inputs. Serializing the other types (like `type="number"`) are targeted for `3.x` - which I haven't had a ton...