Conflict with two jquery datepickers on same page

后端 未结 10 744
萌比男神i
萌比男神i 2021-01-07 19:37

So here is the setup: I have two jquery datepickers, inside a jquery tab, inside a jquery modal dialog window:

\\---/\\---/\\---/_______________
/                    


        
10条回答
  •  说谎
    说谎 (楼主)
    2021-01-07 20:04

    Try putting the contents of the JQuery UI Dialog into an IFrame. That might help you get around some of your issues.

    \---/\---/\---/_______________
    /                            /
    \  ####IFRAME######          \
    \  #              #          \
    /  #DATEPICKER1   #          /
    \  #              #          \
    /  #DATEPICKER2   #          /
    \  #              #          \
    /  ################          /
    \                            \
    /____________________________/
    

提交回复
热议问题