Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: sskarth
  • Content: Threads
  • Order by date
  1. sskarth

    Update array in one function by another function.

    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...
  2. sskarth

    sorting table generated by ajax

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

Part and Inventory Search

Back
Top