忍者ブログ

カレンダー

03 2024/04 05
S M T W T F S
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

リンク

最新記事

カテゴリー

最新コメント

RSS

ブログ内検索

アーカイブ

[33]  [32]  [31]  [30]  [29]  [28]  [27]  [26]  [25]  [24]  [23

[PR]

×

[PR]上記の広告は3ヶ月以上新規記事投稿のないブログに表示されています。新しい記事を書く事で広告が消えます。

年月日プルダウンを jsで自動生成する

$(function(){
var now  = new Date();
var year = now.getFullYear();
$('#year_pulldown').append($('<option>').html(year-1).val(year-1));
$('#year_pulldown').append($('<option>').html(year).val(year).attr('selected' , 'selected'));
$('#year_pulldown').append($('<option>').html(year+1).val(year+1));
var month= now.getMonth()+1;
$('#month_pulldown').val(month);
var date = now.getDate();
$('#day_pulldown').val(date);
});

拍手[0回]

PR


忍者ブログ [PR]

graphics by アンの小箱 * designed by Anne