Hello,
i have some problems:)
i want to load an loginequester into my page:
function loadLoginbox(Target) {
$(Target).load("index.php?m=login&c=loadLoginbox");
}
the loginbox is loaded but no events run.(
$('#openLogoutbox').click(function() {
$.blockUI(Popupbox, { width: '400px'});
});
$('#openLoginbox').click(function() {
$.blockUI(Popupbox, { width: '400px'});
});
when i insert the box directly into the mainpage this events s.a.
works fine:(
Why? Nothing happens when i click on the loginbuttons:(