Related questions
Uncaught Error: Syntax error, unrecognized expression: #
I am trying to obtain a cell's text value from a flexigrid.
However I keep getting that error.
This is my function for retrieving a specific cell's text(Flexigrid doesnt have "attr" it has "abbr" instead).
function getSelectedCopyDates() {
var arr = …
Consistent grid headers with Flexigrid ?
So I'm trying to use the flexigrid plugin. It looks like it's going to work great aside from the fact that it looks like you have to manually set the column widths. Otherwise, the column headers do not match up …
flexigrid examples returning data from mysql
I'm sure it can be done, I just need to see some examples. I want to use flexigrid to show massive sets of data stored in mysql. I am proficient in php, but new to jquery and json.
Can anyone …