当我想根据条件显示jquery对话框时,我遇到了问题。我不知道它们是否会影响这样一个事实,即在其中一个中发出ajax请求,因为在通过console.log打印时,它向我显示条件的值确实已经实现。我想你会通过看到我正在做的事情来更好地理解。
我的代码HTMl基本上是一个带有text()中不同值的按钮:
.navigation-top {
background-color: transparent;
border: none;
top:0;
right:0;
.wrap {
margin-right: 0;
position: fixed!important;
right: 0;
#top-menu {
text-align: right;
}
}
}
然后,我按下按钮创建事件,如下所示:
.custom-header {
margin-bottom: 0!important;
}
但是,无论条件是否满足,都会显示第二条消息,状态为“' X'当我在控制台上打印时,我该怎么办?