Warning: file_get_contents(/data/phpspider/zhask/data//catemap/2/jquery/78.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Javascript IE8中的jQuery移动奇数URL_Javascript_Jquery_Jquery Mobile_Internet Explorer 8 - Fatal编程技术网

Javascript IE8中的jQuery移动奇数URL

Javascript IE8中的jQuery移动奇数URL,javascript,jquery,jquery-mobile,internet-explorer-8,Javascript,Jquery,Jquery Mobile,Internet Explorer 8,在IE8上切换页面时,目标URL不同于其他浏览器,如Chrome、Firefox甚至IE10。例如: 从jqm自己的网站: http://view.jquerymobile.com/1.3.2/dist/demos/ 当点击其中一个小部件部分项目时,例如Accordion,URL在Chrome、Firefox和IE10上被正确修改: http://view.jquerymobile.com/1.3.2/dist/demos/widgets/accordions/ 但在IE8上,URL变成:

在IE8上切换页面时,目标URL不同于其他浏览器,如Chrome、Firefox甚至IE10。例如: 从jqm自己的网站:

http://view.jquerymobile.com/1.3.2/dist/demos/
当点击其中一个小部件部分项目时,例如Accordion,URL在Chrome、Firefox和IE10上被正确修改:

http://view.jquerymobile.com/1.3.2/dist/demos/widgets/accordions/
但在IE8上,URL变成:

http://view.jquerymobile.com/1.3.2/dist/demos/#/1.3.2/dist/demos/widgets/accordions/

到目前为止,我还没有真正注意到任何不同的功能行为。这是jqm错误还是预期的行为?我担心这可能会导致一些问题。

因为Internet Explorer 8-9(以及更早版本)不支持HTML5历史API

更多示例信息: