mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-08 19:21:40 +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
|
|
@ -33,6 +33,8 @@
|
|||
(function($){
|
||||
$(function(){
|
||||
var option = {
|
||||
changeMonth: true,
|
||||
changeYear: true,
|
||||
gotoCurrent: false
|
||||
,yearRange:'-100:+10'
|
||||
,showOn:"button"
|
||||
|
|
|
|||
|
|
@ -272,7 +272,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,""))}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -199,7 +199,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,""))}
|
||||
};
|
||||
|
|
|
|||
|
|
@ -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