mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-25 22:29:55 +09:00
#18256050 * datepicker 날짜 선택시 월/년도 셀렉트 박스 표시하도록 수정
git-svn-id: http://xe-core.googlecode.com/svn/sandbox@6767 201d5d3c-b55e-5fd7-737f-ddc643e51545
This commit is contained in:
parent
5b4c47f61e
commit
dbc5249ff8
4 changed files with 5 additions and 3 deletions
|
|
@ -269,7 +269,7 @@
|
|||
<script type="text/javascript">
|
||||
(function($){
|
||||
$(function(){
|
||||
var option = { gotoCurrent: false,yearRange:'-100:+10', onSelect:function(){
|
||||
var option = { changeMonth: true, changeYear: true, gotoCurrent: false,yearRange:'-100:+10', onSelect:function(){
|
||||
|
||||
$(this).prev('input[type="hidden"]').val(this.value.replace(/-/g,""))}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue