Discuss / JavaScript / my answer

my answer

Topic source

晓伟Shawn

#1 Created at ... [Delete] [Delete and Lock User]

var json ={}; for(var obj of $('#test-form').find(':input[type!=radio]:not(button),:input[checked]').get()) json[obj.name]=obj.value; json = JSON.stringify(json);


  • 1

Reply