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...
> 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:
&
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
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
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
5 matches
Mail list logo