views:

38

answers:

0

I have been building a site for learning purposes and have recently added pagination which also through Ajax. Well, I want to use blockUI for the beforesend: function for Ajax to show a "processing" box over the div that will have its content updated. It seems I can get it working fine for Internet Explorer, but when I try to use Firefox 3.5.10 it gives me this error:

uncaught exception: [Exception... "Could not convert JavaScript argument arg 0" nsresult: "0x80570009 (NS_ERROR_XPC_BAD_CONVERT_JS)" location: "JS frame :: http://code.jquery.com/jquery-latest.min.js :: anonymous :: line 117" data: no]

So I googled it and seemed that everyone was suggesting it was because it won't work for things that have display:none. However neither of my divs have that in CSS. What could be the reason, then? I'm using the latest version of blockUI and jQuery BTW.