Skip to main content

Bug Tracker

Side navigation

#3338 closed bug (invalid)

Opened September 08, 2008 11:24AM UTC

Closed February 07, 2009 03:24AM UTC

div is null

Reported by: RaiDeR Owned by:
Priority: major Milestone: 1.3
Component: selector Version: 1.2.6
Keywords: Cc: RaiDeR, flesler
Blocked by: Blocking:
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);

});

}

}

Attachments (0)
Change History (2)

Changed September 08, 2008 10:02PM UTC by flesler comment:1

cc: → RaiDeR, flesler
need: PatchTest Case

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.

Changed February 07, 2009 03:24AM UTC by dmethvin comment:2

resolution: → invalid
status: newclosed

Old bug with no test case.