Ticket #3338 (closed bug: invalid)
div is null
| Reported by: | RaiDeR | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | 1.3 |
| Component: | selector | Version: | 1.2.6 |
| Keywords: | Cc: | RaiDeR, flesler | |
| Blocking: | Blocked by: |
Description
In any way I do not can in what problemma jquery gives out an error in time: $('#advert').html(data); What can problemma be in? How to correct it?
Error: div is null http://***/files/js/jquery-1.2.6.pack.js Line 997
function check_mcontent() {
mcontent = $('#mcontent').attr('id'); if (!mcontent) {
$('#pcontent').html('<table width="1000" cellspacing="0" cellpadding="0" border="0"><tr><td width="600" valign="top" align="left"><div id="mcontent" style="width: 670px"></div></td><td><div id="advert"><img src="/files/images/loading.gif" /></div></td></tr></table>');
$.post('/libs/ajax/block_inn.php?rand='+Math.random(), {},
function(data){ $('#advert').html(data);
});
}
}
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.

Can you turn this loose data into a formal test case ? a minimalistic html file with the requires html and js to reproduce the problem. Thanks.