everything fine with jquery 1.3.2 .... but when i updating to 1.4
here's firebug console:
TypeError: Result of expression 'node' [undefined] is not an object.
[jquery.blockui.js: 195]
js code when i click the button:
$.blockUI(
{
message: $('#popup_correction'),
css: {
'-webkit-border-radius': '5px',
'-moz-border-radius': '5px',
top: ($(window).height() - 550) / 2 + 'px',
left: ($(window).width() - 800) / 2 + 'px',
width: '800px',
height: '500px',
padding: '20px',
opacity: '1',
border: '7px solid #000',
cursor: 'default'
}
}
);
On Jan 15, 10:00 am, Dave Methvin <[email protected]> wrote:
> > I've been using LiveQuery a fair bit in my projects, I've just tried
> > updating to 1.4, and it appears to have broken it.
>
> Can you post a link to the simplest test case that shows the problem?
> It is probably a simple fix.