[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
- Mac
- IE
- javascript
- Debug
- Android
- Linux
- Docker
- ASP
- iphone
- macos
- 한글
- Prototype
- sencha touch
- JSON
- iis
- laravel
- centos
- CSS
- API
- nodejs
- Wordpress
- IOS
- mssql
- 안드로이드
- nginx
- git
- classic asp
- JQuery
- 워드프레스
- PHP
| 일 | 월 | 화 | 수 | 목 | 금 | 토 |
|---|---|---|---|---|---|---|
| 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 |
글 보관함