Hi,
Jetzt hätte ich gleichzeitig gerne ein PopUp-Overlay angezeigt,
mit jQuery popup:
$("#open_btn").click(function () {
$("#popupdiv").jqpopup_open(this.id, true);
});Das alleine klappt auch sehr gut.
Nur beides in Kombination klappt nicht und ich versteh nicht warum...
Mein Code wäre folglich:if(data == "1"){
$("#infobox").html("ALLES OK");
$("#popupdiv").jqpopup_open(this.id, true)
}
Wodurch wird wieder Code aufgerufen?
Was ist this.id in diesem Fall? (Nachgeprüft, nicht in deiner Vorstellung.)
MfG ChrisB
--
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?
RGB is totally confusing - I mean, at least #C0FFEE should be brown, right?