cementedmind / jquery-load-json

Automatically exported from code.google.com/p/jquery-load-json
0 stars 0 forks source link

Issue with multiple checkboxes and textarea fixed #11

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. The version 1.0.0 wasn't working with multiple check boxes
2. The version 1.0.0 wasn't properly populating the text areas

What is the expected output? What do you see instead?

For the checkbox it was limited for one true/false value per field.
The textarea wasn't showing the updated value

What version of the product are you using? On what operating system?
Firefox 2.5

Please provide any additional information below.

I have changed the code in order to fix the issues and add this functionality. 
For the checkboxes to work it needs to be initially (before load values) all 
unchecked - for me it works this way.

Please help testing validating. It would be good if it was possible to publish 
it as a new version.

Original issue reported on code.google.com by joselu...@gmail.com on 10 Feb 2014 at 9:02

Attachments: