Differences between revisions 2 and 9 (spanning 7 versions)
Revision 2 as of 2006-02-09 10:24:28
Size: 249
Editor: 152
Comment:
Revision 9 as of 2008-06-12 08:25:41
Size: 663
Editor: 211
Comment:
Deletions are marked like this. Additions are marked like this.
Line 1: Line 1:
## page was renamed from PrototypeJs
Line 3: Line 4:
http://prototype.conio.net http://www.prototypejs.org/
Line 7: Line 8:
 * [http://particletree.com/features/quick-guide-to-prototype/ Quick guide to Prototype]
 * PrototypeAndScriptaculousInAction

== 각종 팁 ==
post 전송시 URL부분에 ""을 쓰면 안된다. '.'을 써야 된다.
{{{#!java
req = new Ajax.Request('.', {
    method: 'post',
    asynchronous: false,
    parameters: Form.serialize('clustalw_conf')
    });
}}}

JavaScript 라이브러리

http://www.prototypejs.org/

각종자료

각종 팁

post 전송시 URL부분에 ""을 쓰면 안된다. '.'을 써야 된다.

   1 req = new Ajax.Request('.', {
   2     method: 'post',
   3     asynchronous: false,
   4     parameters: Form.serialize('clustalw_conf')
   5     });


CategoryProgramLibrary

Prototype (last edited 2011-08-03 11:00:45 by localhost)

web biohackers.net