简体   繁体   English

滑动在IE中不起作用。 但它在所有其他浏览器中都可以正常工作

[英]Sliding is not working in IE . But it works fine in all other browsers

Hi I am working on dotnetnuke. 嗨,我在dotnetnuke上工作。 I have developed a module that slides images. 我开发了一个可滑动图像的模块。 Sliding is not working in IE but it woks fine in all other browsers. 滑动在IE中不起作用,但在所有其他浏览器中都可以正常工作。 How can I solve this problem? 我怎么解决这个问题? Thank you in advance. 先感谢您。

Here is the code: 这是代码:

<script type="text/javascript" >
$(function () {

$('#da-slider').cslider();

    });

</script>.

Images are not sliding , but all the text are overlapping in the same image. 图像没有滑动,但是所有文本在同一图像中重叠。

SCRIPT5007: Unable to get value of the property 'getScript': object is null or undefined initWidgets.js, line 6 character 9 SCRIPT5007: Object expected Test.aspx, line 740 character 9

If you are not using skin widgets, you can disable them from Admin > Site Settings. 如果您不使用皮肤小部件,则可以从管理>网站设置中禁用它们。

It will be helpful if you can post url or all of your errors but most of the time, due to nature of how javascript code executes in browser, you need to fix all of the errors related to javascript. 如果您可以张贴url或所有错误,但在大多数情况下,这很有帮助,由于在浏览器中javascript代码执行方式的本质,您需要修复与javascript相关的所有错误。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 jQuery .load在IE上不起作用(在所有其他浏览器上正常工作) - jQuery .load not working on IE (Works fine on all other browsers) 单击事件在 IE 中不起作用,但在其他浏览器中工作正常 - Click event is not working in IE but works fine in other browsers onclick 功能在 IE 中不起作用,但在其他浏览器上工作正常 - The onclick function is not working in IE but works fine on other browsers Javascript无法在IE中运行,但所有其他浏览器都可以正常运行 - Javascript not working in IE, but all other browsers are working fine JavaScript无法在ie11中正常运行,但在所有其他浏览器中都能正常运行 - JavaScript not functioning as expected in ie11 but works fine in all other browsers Angular 7 应用程序在 IE 11 中出现错误,并且在所有其他浏览器中都可以正常工作 - Angular 7 application gives error in IE 11 and works fine in all other browsers 在IE中导致403.14错误的JQuery Ajax调用在所有其他浏览器中均能正常工作 - JQuery Ajax Call causing 403.14 error in IE works fine in all other browsers 此代码在IE中均适用于所有其他浏览器 - This code works in all other browsers except in IE jQuery在IE中不起作用,可在其他浏览器中使用 - jQuery not working in IE, works in other browsers 正则表达式不适用于IE,但适用于其他浏览器 - Regex not working for IE but works for other browsers
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM