Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否可以从 jquery mobile transition fx 中排除元素?例如,我有一个固定的工具栏,并且希望页面可以翻转,但工具栏除外。这可能吗?我在 jqTouch 中看到过类似的效果。
你能展示一些代码,以便我们可以根据它制作一些小提琴吗?你可能会使用类似的东西
$('.item').not('.exclude')