Releases: kevindb/jquery-load-json
Releases · kevindb/jquery-load-json
v1.3.4
Bug Fixes
- #27 #24 #23 Resolves issue when null properties cause error "Cannot read property 'constructor' of null"
- d96ceb8 Adds additional check to ensure that the correct element is selected for a multi-select. This prevents an error when no options are defined in a select.
v1.3.3
New Features
- 8d54d4f Adds package manager files
- 5b9cbfc Registers plugin with AMD and CommonJS
- 14b75a6 Builds a production-ready minified file
Bug Fixes
- b9a7b5d Only attempts to set values if the name is not empty
v1.3.2
New Features
- When no href is defined in an 'a' tag, set to value
Bug Fixes
- Loop efficiency
- jQuery attribute/property compatibility
v1.3.1
New Features
- Adds support for all HTML5 input types
v1.3.0
New Features
- Updates license from GPL to LGPL
- Adds contributors file to clarify project's origins
v1.2.6
First release since moving from Google Code to Github.
Bug Fixes
- Uses $.val() instead of $.attr()
New Features
- Passes JSHint
- Adds some HTML5 elements
- Radio buttons and checkboxes can be unchecked
- Allows multiple checkboxes to be checked via array of values
- Reduces multiple repetitive jQuery selectors