[jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1

2007-11-12 Thread Andy Matthews
more feature development. -Original Message- From: jquery-en@googlegroups.com [mailto:[EMAIL PROTECTED] On Behalf Of Rey Bango Sent: Sunday, November 11, 2007 10:19 PM To: jquery-en@googlegroups.com Subject: [jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1 Guys, I would also like

[jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1

2007-11-12 Thread matthew knight
Excellent, thanks Karl for that feedback - I'll make a note of it. Anything else, let me know Matt On Nov 11, 11:57 pm, Karl Rudd [EMAIL PROTECTED] wrote: 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',

[jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1

2007-11-12 Thread matthew knight
@Andy: The latency isn't Ingrid itself: its the data coming back - the feed is very slow to respond. When tested with a local data store, response time is (almost) instant. She's quick. Please have another look and confirm this when you get a chance (use a tool like Fiddler, for example, and

[jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1

2007-11-12 Thread Guy Fraser
Andy Matthews wrote: I found it REALLY slow in IE7 using the bells and whistles demo. Clicking one of the column headers to sort on took several seconds. The loading bar was a very nice effect, but there's no reason it should have taken that long, not with only 20 or 30 rows. I'd work on

[jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1

2007-11-11 Thread Rey Bango
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.

[jQuery] Re: Ingrid, jQuery Datagrid : Update, v0.9.1

2007-11-11 Thread Karl Rudd
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