gpt4 book ai didi

javascript - 时间选择器未正确放置附加在文本框上的 jquery

转载 作者:太空宇宙 更新时间:2023-11-04 04:03:08 25 4
gpt4 key购买 nike

我需要每天存储所有事件,这些事件时间由对话框 div 捕获,我每天获取每个事件的开始时间和结束时间,但现在的问题是

    1. Time picker is not placed at the correct text box its automatically changed please some one help me.
2. I need to show time range i.e given gap for each and every events at half hour please help me friends.

我在这个链接中的代码

http://jsbin.com/lixig/3/edit

最佳答案

试试这个,

if ((self.offset().top + self.outerHeight(true) + list.outerHeight()) > $(window).height() + $(window).scrollTop()) {
// position the dropdown on top
list.offset({
'left': self.offset().left+self.width() ,
'top': self.offset().top - list.height()+ self.innerHeight()
});
} else {
// put it under the input
list.offset({
'left':self.offset().left +self.width(),
'top': self.offset().top
});
}

Working Demo

关于javascript - 时间选择器未正确放置附加在文本框上的 jquery,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/21753456/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com