English 中文(简体)
与IE7和IE8一道处理印章编码问题
原标题:Javascript code loading issue with IE7 and IE8

该网站cpavalet.com

除E7和e8外,我的javascript负荷对所有浏览器都罚款。 几个小时后,我一直试图把这个问题推倒为徒劳。

我正在使用j Query和现代化器,并利用超级图书馆制作全规模的背景图像。

有时,当我装上正确载荷的网页时,那件大事是用javascript在网页上工作的。 我认为,它必须按装货顺序行事。 我正在使用文件。 准备供我打字。

谁能说明为什么在ie7和ie8中工作不正确? 我目前正在为测试目的使用e8。

I am using javascript for: image slider on home page, full-size background images, back to top link to slide to the top, and form validation.

感谢!

核心

最佳回答

我猜测,为什么装上正确的拖车是部分正确的。 我认为,这是因为我有我的文字在网页上运行。

答案是,我是在装上我的文字时使用defer属性。 当我删除了<>ffer属性时,文字开始正确工作。

问题回答

暂无回答




相关问题
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.

热门标签