[jQuery] Is there have any JQuery plugin that can sort 1A,2A,3A,... 10A, 11A, 12A, 13A, 14A?

2010-02-02 Thread HenryRock
I facing a problem in sorting : 1A,2A,3A,... 10A, 11A, 12A, 13A, 14A Sample data. I using the SQL to sort ASC but it return result as below: 12A 13A 14A 10A 11A 1A 2A 3A 4A 5A 6A 7A 8A 9A May I know is there have any plugin that can sort the sample data above to 1A until 14A? Thanks...

[jQuery] Re: Can Tooltip return a jsp page?

2009-12-19 Thread HenryRock
> WhiteCloud > "; > > ... or do you see: > >        return "" > > If the latter, then your file is not being parsed correctly *on the > server* and this is not a jQuery issue. > > > > On Sat, Dec 19, 2009 at 7:50 PM, HenryRock > wrote: &

[jQuery] Re: Can Tooltip return a jsp page?

2009-12-19 Thread HenryRock
o you see the > content in the JS code or do you see the JSP tag? If the latter, your > JSP code isn't being parsed on the server. > > On Sat, Dec 19, 2009 at 10:31 AM, HenryRock > > > > wrote: > > The tooltip plugin I refer to ishttp://jquery.bassistance

[jQuery] Can Tooltip return a jsp page?

2009-12-19 Thread HenryRock
The tooltip plugin I refer to is http://jquery.bassistance.de/tooltip/demo/ One of the function is return a HTML tag. $('#tonus').tooltip({ delay: 0, showURL: false, bodyHandler: function() { return $("").attr("src", this.src); } }); Now I have a FIXED and LONG ( Table of

[jQuery] Can Tooltip return a jsp page?

2009-12-19 Thread HenryRock
The tooltip plugin I refer to is http://jquery.bassistance.de/tooltip/demo/ One of the function is return a HTML tag. $('#tonus').tooltip({ delay: 0, showURL: false, bodyHandler: function() { return $(" ").attr("src", this.src); } }); Now I have a FIXED and LONG ( Table o