我想在拨打美元(原方言)后暂停使用javascript代码;在用户对这一方言作出答复之前。 我在休息期间使用,但停止了所有 j。 我只是想放弃这一职能。 任何想法?
www.un.org/Depts/DGACM/index_spanish.htm 注:我无意将我的守则分为两个职能。 我只想在用户进入某种价值之前暂停使用javascript,就像一个迅速的。
function sendSubComment(button){
form = button.parentNode
nodes= form.elements;
cmt = $(nodes.item(0)).val();
cmt = cmt.replace(/
/g,"<br>");
title = $(nodes.item(1)).val();
for(i=0;i < nodes.length;i++){
nodes.item(i).disabled = true ;
iii
c = form.parentNode.parentNode;
if(checkUserLogin() == false){
$( #dialog ).dialog( open );
//pause starts here
//return the values of user
//resume javascript
iii
document.title = c.id;
$.post( index/phplibrary/action.php ,{cmd: insert_comment ,cmt:cmt,title:title,id_topic:<?php echo $GLOBALS[ id_topic ]; ?>,id_parentComment:c.id,subcomment: 1 iii,function(result){
$.post( ajax/comments.php?cmd=get_subcomment&id_subcomment= +result,function(res){
extendMakeComment(form);
node = c.childNodes[3];
document.title = node.className;
t = document.createElement("DIV");
t.innerHTML = res;
t = t.childNodes[0];
$(t).hide();
node.appendChild(t);
$(t).show("slow");
form.reset();
for(i=0;i < nodes.length;i++){
nodes.item(i).disabled = ;
iii
iii);
iii);
iii
该法典是如何创建方言箱。
$( #dialog ).dialog({
autoOpen: false,
width: 600,
buttons: {
"Ok": function() {
$(this).dialog("close");
iii,
"Cancel": function() {
$(this).dialog("close");
iii
iii
iii);