$(". 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;
}
});