[jQuery] Grid with client side sorting

2008-02-14 Thread Lawrence Oluyede
At work we're evaluating some grid controls with client side sorting capabilities. We tried Ext.Grid but it's a little too invasive (it also modifies the HTML content of the page outside the div where it belongs), it's *really* heavy and have some issues with our CSS files (its CSS classes are not

[jQuery] Grid with client side sorting

2008-02-13 Thread Lawrence Oluyede
At work we're evaluating some grid controls with client side sorting capabilities. We tried Ext.Grid but it's a little too invasive (it also modifies the HTML content of the page outside the div where it belongs), it's *really* heavy and have some issues with our CSS files (its CSS classes are not

[jQuery] window unload, blockUI and IE6

2007-12-03 Thread Lawrence Oluyede
I'm trying to use the $(window).unload() event handler in IE6 but it doesn't work. It works fine in Firefox. this is my test code: --- var waitCallback = function() { $.blockUI.defaults.pageMessage = "Please be patient..."; $.blockUI({backgroundColor: '#666', color: '#fff'}); } $(document).r

[jQuery] window unload, blockUI and IE6

2007-12-03 Thread Lawrence Oluyede
I'm trying to use the $(window).unload() event handler in IE6 but it doesn't work. It works fine in Firefox. this is my test code: --- var waitCallback = function() { $.blockUI.defaults.pageMessage = "Please be patient..."; $.blockUI({backgroundColor: '#666', color: '#fff'}); } $(document).rea