有没有办法在jQuery中带来一个div前面? [英] Is there a way in jQuery to bring a div to front?

查看:80
本文介绍了有没有办法在jQuery中带来一个div前面?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如果我有一堆绝对定位的div,它们重叠,我将如何得到一个div到前面?再次感谢家伙!

If I had a bunch of absolute positioned divs and they overlapped, how would I get a certain div to come to the front? Thanks again guys!

推荐答案

这是一个CSS的东西,而不是一个jQuery的东西(虽然你可以使用jQuery修改css)

This is a CSS thing, not a jQuery thing (though you can use jQuery to modify the css).

$('element').css('z-index', 9999);  // note: it appears 'zIndex' no longer works

top:

$('element').css('position', 'absolute');

这篇关于有没有办法在jQuery中带来一个div前面?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆