[jQuery] Re: tablesorter bug? How can I use tablesorter plugin to sort float?

2009-05-27 Thread devdoer
Thanks. I've found the parser example documentation. http://tablesorter.com/docs/example-parsers.html On 5月26日, 下午12时07分, devdoer devdo...@gmail.com wrote: Thanks. Is there any demo parser example I can learn from ? I am a new beginner of JS and of cource jquery On 5月23日, 上午12时09分

[jQuery] Re: tablesorter bug? How can I use tablesorter plugin to sort float?

2009-05-25 Thread devdoer
, May 21, 2009 at 20:22, devdoer devdo...@gmail.com wrote: HI: I found tablesorter plugin failed to sort the float if the float is in scientific notation? Eg. the tablesorter asc sorted result of float list is : [ 7e-06,4e-05,0.051116,0.00518,0.0].- 隐藏被引用文字 - - 显示引用的文字 -

[jQuery] tablesorter bug? How can I use tablesorter plugin to sort float?

2009-05-22 Thread devdoer
HI: I found tablesorter plugin failed to sort the float if the float is in scientific notation? Eg. the tablesorter asc sorted result of float list is : [ 7e-06,4e-05,0.051116,0.00518,0.0].

[jQuery] [Beginer]why this script failed?

2008-09-28 Thread devdoer
HI: I paste my script below: html head script src=http://code.activestate.com/js/jquery-1.2.1.js; type=text/javascript/script script language=javascript type=text/javascript function onLoad() { var frame1 = $(#frame1); alert(1);