[jQuery] Re: Problems using dialog in blockUI plugin (vs 2)

2008-04-25 Thread Mike Alsup
> But, now I have a new problem. (btw - I'm using Firefox on Vista): > > $el.data is not a function This version of blockUI requires jQuery v1.2.3. Sorry for not making that clear on the docs page (I've just updated it). Mike

[jQuery] Re: Problems using dialog in blockUI plugin (vs 2)

2008-04-25 Thread Adam
Yep, I realized that right after posting this. I am using the Liferay portal, and forgot to compile the packaged_js file with the new version, even though I did put the new js file in the right place. But, now I have a new problem. (btw - I'm using Firefox on Vista): $el.data is not a func

[jQuery] Re: Problems using dialog in blockUI plugin (vs 2)

2008-04-25 Thread Mike Alsup
> I just 'upgraded' to blockUI vs 2, and for some reason the following > code isn't working. It blocks the page, but everything shown is the > blockUI defaults, not my custom dialog, etc. It works fine if I don't > use the message: and css: syntax (i.e. I just put the dialog as the > parame