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);
});
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
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).
3 matches
Mail list logo