0
我正在使用jquery inpromptu版本4.0,但我遇到了一些問題,我沒有用jQuery的舊版本,當在某些情況下,我必須提示兩條消息的第二個提示警報凍結,我無法關閉也不行。jquery提示凍結
這一點,你能理解我說的是如果你想這樣一個例子:
<html>
<head>
<script type="text/javascript" src="jquery-inpromptu.4.0.min.js"language="javascript"></script>
<script type="text/javascript" src="jquery.js" language="javascript"></script>
<link href="example.css" rel="stylesheet" type="text/css" />
<script>
function test() {
$.prompt("test1");
$.prompt("test2");
}
</script>
</head>
<body>
<a href="##" onclick="test()">TEST</a>
</body>
</html>
注意到,如果你使用的是舊版本,你就可以作爲你想alertas多提示 請我需要使用這個jquery,但能夠打開許多提示,不僅任何人都知道它會是什麼問題。
我知道,jQuery的impromptu.3.1.js作品,但問題是,提示總是出現在頁面的頂部,這就是爲什麼我需要jQuery的即興.4.0 – sally
@sally提示出現在使用哪個版本的頁面頂部? –
使用jquery-impromptu.3.1.js這就是爲什麼我需要升級@ – sally