Travis Steel
Travis Steel
This can be achieved by using the `nodeCallback` option: ``` javascript nodeCallback:function(node){ var name = node.getAttribute ? node.getAttribute('name') : null; // if the node is named and has the value...
@marioizquierdo your [jquery.serializeJSON](https://github.com/marioizquierdo/jquery.serializeJSON) plugin works extremely well and is well documented but lacks a few features offered by [form2js](https://github.com/maxatwork/form2js). Namely, for my typical usage, the `getDisabled` option and the handling...
Understood. So it would seem the usage scenarios are a bit different then. This project may deviate from W3C compliance in order to satisfy various (perhaps non-standard) requirements. Nonetheless, I...
Nice, that's a much more elegant approach