jQuery ui datepicker positioning problem when scrolling down webpage

前端 未结 10 1186
野的像风
野的像风 2021-01-02 11:30

I have a webpage that uses multiple instances of the jQuery ui datepicker. My webpage will display ~80 records which extends beyond a single screenshot.

<         


        
10条回答
  •  迷失自我
    2021-01-02 11:59

    first go to here and format your js file in Javascript Beautifier

    then go to line no 445

    k = k + document.body.scrollTop;
    change this line as 
    k = k ;
    

提交回复
热议问题