[jQuery] Re: JQuery Tablesorter can't sort number in Coldfusion

2008-05-20 Thread Christian Bach
Bettina, try downloading the latest development version: http://jqueryjs.googlecode.com/svn/trunk/plugins/tablesorter/2.0/ And see if it fixes the problem, there is a bug in the 2.0.3 version that doesn't auto detect number if the equal zero. /Christian 2008/5/20 Hamish Campbell [EMAIL

[jQuery] Re: JQuery Tablesorter can't sort number in Coldfusion

2008-05-20 Thread Bettina
Hey, you are right, that was the fault. :-) Thanks a lot for your help. Have a nice day. Bettina

[jQuery] Re: JQuery Tablesorter can't sort number in Coldfusion

2008-05-19 Thread Hamish Campbell
jQuery works on the generated source seen by the browser - that is, it's CLIENT side. Rather than posting the CF SERVER source, could you post the source as seen by a browser viewing the page. That will be a LOT easier to decipher. For example, from the example above, we can't tell what the

[jQuery] Re: JQuery Tablesorter can't sort number in Coldfusion

2008-05-19 Thread Bettina
Hi Yeah of course. Here i posted a picture how the table looks like: http://www.onebyte.ch/tablesorter.jpg But it must be a Problem with ColdFusion because wenn i leave the cfoutput away, and write the table and content by hand, the problem ist gone and its working. Its really weard. And the

[jQuery] Re: JQuery Tablesorter can't sort number in Coldfusion

2008-05-19 Thread Hamish Campbell
H... CF might be causing the problem, but you'll still be able to see it in the generated code. Can you compare the output with and without cfoutput - the difference should give you a clue as to why it isn't working. On May 19, 11:59 pm, Bettina [EMAIL PROTECTED] wrote: Hi Yeah of course.