2014-09-27から1日間の記事一覧

「JavaScript」Prototype と jQuery で Ajax やってみた

Prototype と jQuery それぞれで Ajax やってみたのでメモ。コードは以下の感じになります。簡単ですね。 <html> <head> <script type="text/javascript" src="./prototype.js"></script> <script type="text/javascript" src="http://code.jquery.com/jquery-1.11.1.min.js"></script> <script type="text/javascript"> function prototypeAjax() { new Ajax.Req…</head></html>