Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
私がやりたいことは: -
PHP ページに GET リクエストを送信します。いくつかの引数で。json形式でデータを受け取ります。次に、結果をコールバック関数に返します (プロセスの進行状況を表示するため)。
jquery では次のようになります。
$j.get(ajax_url, {action: 'index', prev: prev}, doIndexHandleResults, "json");
YUI3 で同じことを行うにはどうすればよいですか?