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
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
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
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
4 matches
Mail list logo