gpt4 book ai didi

jQuery-mobile-iscrollview 更改内容样式显示时不滚动 :none to display:block OR jquery show and hide

转载 作者:行者123 更新时间:2023-12-01 04:53:44 25 4
gpt4 key购买 nike

我正在使用来自: https://github.com/watusi/jquery-mobile-iscrollview 的 jQuery-mobile-iscrollview ,但是在 ScrollView 内容下更改内容样式(display:none 到 display:block)时,这不起作用。

这是我的代码:

$(".collapse_btn").on('tap',function(){
$(this).siblings().toggle();
});

这是我的 HTML 代码:

<div class="collapsible_step_two">
<div class="collapse_content_step_two">
<div class="ui-grid-a">
<div class="ui-block-a">
<button data-role="none" class="collapsecontent_btn">Whats Included ?</button>
</div>
<div class="ui-block-b" style="text-align:right;">
<button data-role="none" class="collapsecontent_btn">Information</button>
</div>
</div>
</div>
<button data-role="none" class="collapse_btn"></button>
</div>

最佳答案

最后我得到了这个解决方案:

$(this).siblings().toggle().trigger("updatelayout");

关于jQuery-mobile-iscrollview 更改内容样式显示时不滚动 :none to display:block OR jquery show and hide,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/16606832/

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