[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 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

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

2009-05-25 Thread devdoer
> > > On Thu, May 21, 2009 at 20:22, devdoer 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: http://code.activestate.com/js/jquery-1.2.1.js"; type="text/javascript"> function onLoad() { var frame1 = $("#frame1"); alert("1"); var innerDoc = (frame1.get(0).contentDocument)