Yes, thank you, much clearer. I will look into writing a custom parser, since sticking to one data type is not an option. I'm assuming writing parsers are pretty straight forward.
What confused me, was FF was not throwing any errors. And we do have very similar tables with numbers and text blocks where IE doesn't throw the error but render it as expected. Thanks for the great plugin, you have no idea how much this has saved on our server performance. Best, -Jonathan --- Christian Bach <[EMAIL PROTECTED]> wrote: > Since there is no documentation regarding the plugin, understanding it > may > not be easiest task in the world. > > The plugins tries to automatically understand your column structure by > just > looking at the first column of the tbody. > > In this case it thinks hell yes in this column there will only be > numbers, > whoopee lets apply the numeric parser for this one mate. > > The error you are getting is when the numeric parser encounters a text > block > in that same column. > > So to get it to work stick to just one type of data per column, or write > a > custom parser. > > Any clearer? > > /christian > > > On 2/6/07, Jonathan Freeman <[EMAIL PROTECTED]> wrote: > > > > Hi, > > > > I've been racking my brain on this for hours, and am somewhat > embarrassed > > to ask.... so is there anything in this HTML, I'm doing that should be > > done differently? IE6/7 throws an error: Number expected. For the life > of > > me, I can't see what I'm doing wrong ... > > > > Thanks and its a great plugin, > > -Jonathan > > > > > > > > > > > > > ____________________________________________________________________________________ > > Need Mail bonding? > > Go to the Yahoo! Mail Q&A for great tips from Yahoo! Answers users. > > http://answers.yahoo.com/dir/?link=list&sid=396546091 > > > > Key Description 123 <#110979aa5acd0956_> Simple Numbers > ABC<#110979aa5acd0956_> Simple > > Letters > > > > _______________________________________________ > > jQuery mailing list > > [email protected] > > http://jquery.com/discuss/ > > > > > > _______________________________________________ > jQuery mailing list > [email protected] > http://jquery.com/discuss/ > ____________________________________________________________________________________ Never miss an email again! Yahoo! Toolbar alerts you the instant new Mail arrives. http://tools.search.yahoo.com/toolbar/features/mail/ _______________________________________________ jQuery mailing list [email protected] http://jquery.com/discuss/
