Thanks Mike, that fixed the problem for me.

- Jack

Mike Alsup wrote:

Thanks for catching and reporting that one, Jack.  It's fixed now and
v1.24 is available at:

http://jqueryjs.googlecode.com/svn/trunk/plugins/blockUI/jquery.blockUI.js

Mike



On 6/28/07, Jack Killpatrick <[EMAIL PROTECTED]> wrote:

Anyone know what might cause this error, using latest (1.1.1) blockUI
plugin in Firefox 2.x?

 From Firebug:

$.blockUI.impl.pageBlockEls has no properties
http://localhost/franklee/js/jquery.blockUI.js?v=1.1.1
Line 320

My code is super simple, based on demo here:
http://malsup.com/jquery/block/#dialog

getSurveyData: function(){
  $.blockUI("<h1>Loading...</h1>" );
   var url = 'myurl.aspx';
   $.getJSON(url, function(data){
      ...some stuff gets done with data...
      $.unblockUI();
   });
}

I've used blockUI for other things in the past, never seen this error. ?

Thanks,
Jack







Reply via email to