Warning: file_get_contents(/data/phpspider/zhask/data//catemap/3/heroku/2.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 Font Aweasome fa-circle-o-notch fa spin不在safari上旋转_Javascript_Jquery_Twitter Bootstrap 3_Bootstrap Modal_Font Awesome - Fatal编程技术网

Javascript Font Aweasome fa-circle-o-notch fa spin不在safari上旋转

Javascript Font Aweasome fa-circle-o-notch fa spin不在safari上旋转,javascript,jquery,twitter-bootstrap-3,bootstrap-modal,font-awesome,Javascript,Jquery,Twitter Bootstrap 3,Bootstrap Modal,Font Awesome,我的加载屏幕是我在更改选项时显示的模式。在模态中,我有一个旋转的fa-circle-o-notch字体。在Firefox或Google Chrome中,圆圈旋转,但在safari中不旋转,至少我在调用$(“#阻塞模式”).modal('show')时调用了settimeout或我通过safari的调试器控制台进行调试 这是模式的代码: $(“#saveBtn”)。单击(函数(e){ $(“#阻塞模式”).model('show'); }); 接受 在Safari 11.1.2中。你能提供一个

我的加载屏幕是我在更改选项时显示的模式。在模态中,我有一个旋转的fa-circle-o-notch字体。在Firefox或Google Chrome中,圆圈旋转,但在safari中不旋转,至少我在调用
$(“#阻塞模式”).modal('show')时调用了settimeout或我通过safari的调试器控制台进行调试

这是模式的代码:

$(“#saveBtn”)。单击(函数(e){
$(“#阻塞模式”).model('show');
});

接受

在Safari 11.1.2中。你能提供一个工作示例来帮助演示这个问题吗?很抱歉@showdev,我已经修复了,示例正在运行。