English 中文(简体)
j 下面()和(或)删除(......)在IE中打破?
原标题:jQuery next() and/or remove() breaking in IE?

I ve got this silly problem (called Internet Explorer) that keeps breaking on something that no other browser has a problem with. Since this is pretty common ground, I thought I d ask.

如果我试图通过IE8来管理这一路线:

$( #map ).next( .point ).remove();

我一无所获。 如果我完全删除这一条线,那么我很少的人在盒子中显示并开始打断其内容(因此,我需要删除一个“<条码>div和一个称为<条码><>>的栏目)。

我知道,国际电离辐射学会有与以下两种不同的行为的历史:.next(>.remove(>,我觉得它必须做的是.point 不是在第一次点击上存在的(Perhaps IE = 取决于消除不存在的事物?)。 我试图为此创造条件,甚至连白,而且这种条件仍然中断。 不管我能做什么?

最佳回答

象问题一样,看不出 Java的文字,而是圣公会。 如果你检查IE的网页,这个点正在正确建立,但没有展示。 在“Fox”中,四点点元件有线式显示器:block,但“E”没有使用网上风格。 你们可以使用火力探测仪,在德国航天学会开发器工具(F12)。

Change the .point style in your css from display:none to display: block and you should see the box.

问题回答

在与你的网站一起工作时,我像你一样认为,.fadeIn()无论出于何种原因都没有工作。 如果您打电话.show(>,则该编码可操作。 如果我在您的网站上装上更新版本的j Query,.fadeIn(则同样有效。 你们是否用了1.2.4 with,或者能否升级?





相关问题
selected text in iframe

How to get a selected text inside a iframe. I my page i m having a iframe which is editable true. So how can i get the selected text in that iframe.

How to fire event handlers on the link using javascript

I would like to click a link in my page using javascript. I would like to Fire event handlers on the link without navigating. How can this be done? This has to work both in firefox and Internet ...

How to Add script codes before the </body> tag ASP.NET

Heres the problem, In Masterpage, the google analytics code were pasted before the end of body tag. In ASPX page, I need to generate a script (google addItem tracker) using codebehind ClientScript ...

Clipboard access using Javascript - sans Flash?

Is there a reliable way to access the client machine s clipboard using Javascript? I continue to run into permissions issues when attempting to do this. How does Google Docs do this? Do they use ...

javascript debugging question

I have a large javascript which I didn t write but I need to use it and I m slowely going trough it trying to figure out what does it do and how, I m using alert to print out what it does but now I ...

Parsing date like twitter

I ve made a little forum and I want parse the date on newest posts like twitter, you know "posted 40 minutes ago ","posted 1 hour ago"... What s the best way ? Thanx.

热门标签