
JM
乱搭巴士
debug
展开
-
实现聊天框滚动条自动滑动到下方/scrolltop设置无效
1.scrolltop设置无效大概率是没有给div设置高度,100%这样好像没用,得是px,而且这个高度要自动设置,就是在后面的js里要再次赋值。2.实现代码html里的上部分<div data-role="content" class="container" role="main" style="" id="container"> <div id="d1" style="overflow: auto; height: 580px;width: 100%;margi原创 2020-05-21 15:43:31 · 1015 阅读 · 0 评论 -
Jquery mobile之底部栏目固定
底部栏目固定 内部内容可以移动:在外面套上该div<div data-role="footer" data-position="fixed"> <ul class="operating row text-center linear-g"> <li class="col-xs-4"><a href="#"><...原创 2020-03-06 10:56:24 · 466 阅读 · 0 评论