An example use case is where the element is clone()'d.

var dispMenu = $('#widgetChooser').clone(true);

$.blockUI({message: dispMenu});

On Dec 5 2008, 5:33 pm, harningt <harni...@gmail.com> wrote:
> CurrentlyblockUImakes the assumption that any jQuery element that is
> passed in is a 'real' DOM element.  To fix this, also check that the
> element also has a parent when performing operations on the parent.

Reply via email to