Archive for category jQuery

JavaScriptの日付計算

JavaScriptで日付計算って・・・・?
って調べて見つけた。

new_day = new Date();
new_day.getTime();
new_day.setFullYear();

のように使うらしい

new_day.getDay();
new_day.getDate();

これらは似ているが同じものではないので注意。

とほほのJavaScript入門(日付)

No Comments

jQuery

本家:
http://jquery.com

APIドキュメント:
http://jquery.com/api/

jQuery 開発者向けメモ(日本語でわかりやすい):
http://www.mikage.to/jquery/

プラグイン一覧(本家サイト):
http://docs.jquery.com/Plugins

formプラグイン:
(本体)
http://dev.jquery.com/browser/trunk/plugins/form/jquery.form.js?format=txt

(使い方)
http://www.malsup.com/jquery/form/

DED|Chain:
http://dedchain.dustindiaz.com/

Yahoo!UIライブラリとjQueryをミックスしたJavaScriptライブラリ「DED|Chain」。
DED|Chain を使えば、jQueryの使いやすさそのままに、Yahoo!UI Library の便利さも享受できるようです。

phpspotの記事より

No Comments