[jQuery] flexigrid problem - no headers, data in wrong format

2008-09-08 Thread ktpmm5
I have a simple menu where I click a link to show some data in a div: [code] $('#view_data').click(function() { $.get("viewplayers.php", function(data){ $('#contentcolumn').html(data); });

[jQuery] FlexiGrid Problem with Characters like tilde (~) and period (.)

2008-07-07 Thread Nimrod
Hi All, Why FlexiGrid don't display a single tilde (~) and period (.) character? What else that I can do aside from converting those characters to its HTML or ISO Code. Thanks, Nimrod

[jQuery] FlexiGrid Problem

2008-07-03 Thread Nimrod
Hi All, I using two instances of FlexiGrid in a page and I'm encountering the below error on the pagination stat: Page of [object Object] What do you think causes the error? By the way this error appears only on FF. It is not displaying on IE but still there is an error (records don't appear).