Hi All,

I'm using AjaxCFC, which (at the time I pulled it down) came with jquery.block.js version:

/*
* jQuery blockUI plugin (by M. Alsup)
* Version 0.4 (12/27/2006)
* @requires jQuery v1.0
* @license: Free beer and free speech. Enjoy!
*/

The AjaxCFC code I have is used in a lot of places in my app, as is blockUI, but I've always had an issue where if I try to rebind event handlers to objects that are blocked using inline blocking (blocking on a div instead of the full page), the binding doesn't work: the events just simply don't get bound. The same events bind fine when the div is not being blocked. I've tried FF 2.0 and IE7.

Is/was this a known issue and does anyone know a workaround? If a newer version of blockUI is needed, is there any reason why it might conflict with AjaxCFC (kinda doubt it, but not sure)?

Thanks,
Jack


Reply via email to