Hi,
I have small problem and I am stuck with it for days without any solution.
So I have a function that has an array,
function arrjoin( )
{
var a = new Array (1,1,1,1,1,1,0,0,0,0);
var c = a.join("~");
return (c);
}
I have another function that call the arrjoin(). But before doing so, I...
Hi,
I am using a javascript called sorttable.js available at http://kryogenix.org/code/browser/sorttable/ for sorting a table.
The issue is the table is generate via an AJAX script. When I generate the table via ajax script, the sort feature seems to be not present. I found some comment...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.