A quick initial test on Safari 2.0.4 comes up with a syntax error on line 124 of the main JS file, jquery.
.css({float: 'left', display: 'block'}) My guess is that it doesn't like "float" being there (probably one of those keywords that were never used in JavaScript but were still reserved). Put quotes around it, 'float', and it should work. It's not easy to test the plugin at the moment. It'd be great to have a Zip archive with some basic examples. Karl Rudd On Nov 12, 2007 3:18 PM, Rey Bango <[EMAIL PROTECTED]> wrote: > > Guys, I would also like to have folks do cross browser testing on this > in order to help Matt truly iron out any issues. People with Safari 2.x > installed would be especially helpful. > > Rey > > > matthew knight wrote: > > Hi All, > > > > I've just posted the latest version of Ingrid datagrid plugin. > > Incorporates a lot of feedback I've received over the last couple > > weeks, including: > > > > - Row selection > > - Saving state (page number, column sort & direction, selected > > rows) > > - Exposed object model, added helper methods like > > ingrid.getSelectedRows(), ingrid.getColumn(), etc > > - A couple bug fixes and some general code refactoring. I confess I > > added way too many comments. I'll get to those later... > > > > http://www.reconstrukt.com/ingrid/ > > > > Check it out and let me know your thoughts. Please send bugs, I'm an > > absolutely awful tester. :) > > > > Cheers, > > > > Matt > > > > >