Home > front end >  For help: the small white help layer plug-in layer. The prompt doesn't work properly
For help: the small white help layer plug-in layer. The prompt doesn't work properly

Time:01-14

$(". BtnNote "). Click (function () {
if (! IsLogin) {
//if there is no login
Layer. The MSG (' not logged in, can not write notes! ');
} else {
Var qid=card. As ms currid ();

//ask box
Layer. Prompt (function (the value, the index, elem) {
Alert (value);//get the value
layer.close(index);

});
return false;
}
});
  • Related