[Prototype] JSON과 setValue 로 폼 요소들 값 채우기
+ prototypeUtils.js /* prototypeUtils.js from http://jehiah.com/ Licensed under Creative Commons. version 1.0 December 20 2005 version 2.0 2010-01-08 by darthJun Contains: + unpackToForm() */ function unpackToForm(data){ for (i in data){ var val = (data[i]==null)? '' : data[i].valueOf(); if($$("input[type=radio][name='"+i+"']").length > 1) { // when element is radio group $$("input[type=radio][n..
웹프로그래밍/js
2010. 1. 8. 19:48
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
TAG
- Linux
- 한글
- IE
- centos
- Prototype
- git
- mssql
- laravel
- Docker
- IOS
- 안드로이드
- JQuery
- sencha touch
- API
- CSS
- iphone
- 워드프레스
- iis
- Android
- javascript
- JSON
- Debug
- PHP
- Wordpress
- ASP
- Mac
- classic asp
- nginx
- macos
- nodejs
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 1 | 2 | 3 | ||||
| 4 | 5 | 6 | 7 | 8 | 9 | 10 |
| 11 | 12 | 13 | 14 | 15 | 16 | 17 |
| 18 | 19 | 20 | 21 | 22 | 23 | 24 |
| 25 | 26 | 27 | 28 | 29 | 30 | 31 |
글 보관함