我遇到了jquery.typer.js問題,它不顯示文本,因爲它顯示在其他瀏覽器上,如firefox,chrome,safari。我已經創建了jsfiddle的工作演示。我的主要問題是我希望typer.js能夠在非ie瀏覽器上正常工作。jquery.typer.js不能在IE7上工作到ie9版本
這是我用於打字機效果的代碼。
<div class="bubble_wrap">
<div class="bubble"></div>
</div>
<script>
var win = $(window),
foo = $('.bubble');
foo.typer(['<h2><span>Hey!</span><br> I create hand-forged web 2.0/3.0/ responsive websites, illustrations and do html/css/html5/css3 slicings....</h2> ', '<h2><span>I </span><br>love doing vector arts, playing games and listening music in spare time.</h2>', '<h2>I am <span><br>Rajesh Kr. Das</span> working in IXOD as UI/Ux Designer <br>& <br>Front-end Developer.</h2>']);
</script>
完整的工作示例可以在所有現代瀏覽器工作良好,但未能在IE7到IE9鏈路負載上的jsfiddle。該示例的
Link是here
我再次告知輸出犯規顯示像即-瀏覽器7至9其他瀏覽器,而是顯示未定義的消息。
我的問題以前沒有回答,所以我再次發佈它的詳細信息,這樣我可以得到解決方案這一次。
OT:恭喜!我想你問了問題#5,000,000 – luksch 2013-05-09 15:52:38
是的,我再次問到最後刪除的同一個問題。等待得到一些解決方案。 – razeshzone 2013-05-09 16:48:28