2010년 3월 11일 목요일

셀렉트박스

http://plugins.jquery.com/project/selectboxutils

 

http://dev.chrisryu.com/data/jQuery-selectbox-utils/demo/index.html

 

<script>
$(function(){
  $('#year1').numericOptions({from:2007,to:2011});
  $('#month1').numericOptions({from:1,to:12});
  $('#date1').numericOptions().datePulldown({year:$('#year1'),month:$('#month1')});
});
</script>
<select id="year1"/><select id="month1"/><select id="date1"/>


 

댓글 없음:

댓글 쓰기