Click here to Skip to main content
15,919,613 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: What is the mistake ?? Pin
jsampathkumar13-Jul-13 3:07
professionaljsampathkumar13-Jul-13 3:07 
AnswerRe: What is the mistake ?? Pin
Santosh K. Tripathi14-Jul-13 17:40
professionalSantosh K. Tripathi14-Jul-13 17:40 
AnswerRe: What is the mistake ?? Pin
Dholakiya Ankit8-Aug-13 18:29
Dholakiya Ankit8-Aug-13 18:29 
Questiongame development in java script Pin
Mr.Haseeb11-Jul-13 9:16
Mr.Haseeb11-Jul-13 9:16 
QuestionRe: game development in java script Pin
ZurdoDev17-Jul-13 7:36
professionalZurdoDev17-Jul-13 7:36 
QuestionLoad json data into data grid using javascript Pin
mohanlal_889-Jul-13 3:03
mohanlal_889-Jul-13 3:03 
GeneralRe: Load json data into data grid using javascript Pin
AlphaDeltaTheta12-Jul-13 23:11
AlphaDeltaTheta12-Jul-13 23:11 
QuestionDataTables - Multiple column sort with server side Pin
luefher3-Jul-13 19:42
luefher3-Jul-13 19:42 
SQL
I'm trying to figure out what I am missing here - setting a multiple column sort initially is easy via aaSorting, but when I click on a column to sort, the only data I get on the server side is for just that one column.
I.e., if I have A, B, C columns I can set up to initially sort like this:

[code]
'aaSorting': [[2, 'asc'], [0, 'desc'], [1, 'asc']]
[/code]

All of which come as iSortCol_# on the server side. But if I click on column B, I only get iSortCol_0 on the server side, with iSortingCols = 1. In this case what I really want is to have B shifted up front so the new sort is [[0, 'desc'], [2, 'asc'], [1, 'asc']].
I just know I'm probably missing some property somewhere :)
Anyone?

AnswerRe: DataTables - Multiple column sort with server side Pin
Dennis E White4-Jul-13 9:22
professionalDennis E White4-Jul-13 9:22 
Questionsharing sessions between two web application with coherence Pin
elham emami2-Jul-13 3:09
elham emami2-Jul-13 3:09 
SuggestionRe: sharing sessions between two web application with coherence Pin
Aaron @ Think Software9-Jul-13 4:52
professionalAaron @ Think Software9-Jul-13 4:52 
GeneralRe: sharing sessions between two web application with coherence Pin
elham emami10-Jul-13 4:39
elham emami10-Jul-13 4:39 
QuestionHow can i double webcam capture and save "dim" in asp or vb? Pin
Uğur Şirin1-Jul-13 20:16
Uğur Şirin1-Jul-13 20:16 
QuestionCalculating a total from a form Pin
tristarterror1-Jul-13 13:34
tristarterror1-Jul-13 13:34 
AnswerRe: Calculating a total from a form Pin
thanh_bkhn1-Jul-13 15:34
professionalthanh_bkhn1-Jul-13 15:34 
GeneralRe: Calculating a total from a form Pin
tristarterror1-Jul-13 16:05
tristarterror1-Jul-13 16:05 
Questionhow to post webform asynchronously(with image upload) without using server side control Pin
Member 770211029-Jun-13 1:45
Member 770211029-Jun-13 1:45 
AnswerRe: how to post webform asynchronously(with image upload) without using server side control Pin
Dennis E White1-Jul-13 5:15
professionalDennis E White1-Jul-13 5:15 
Questionjava script Pin
noorh00727-Jun-13 7:24
noorh00727-Jun-13 7:24 
AnswerRe: java script Pin
Dennis E White27-Jun-13 7:38
professionalDennis E White27-Jun-13 7:38 
QuestionWhat do you think of this? Pin
Super Lloyd27-Jun-13 3:17
Super Lloyd27-Jun-13 3:17 
AnswerRe: What do you think of this? Pin
Dennis E White27-Jun-13 7:31
professionalDennis E White27-Jun-13 7:31 
GeneralRe: What do you think of this? Pin
Super Lloyd27-Jun-13 15:20
Super Lloyd27-Jun-13 15:20 
QuestionOnpage pagination is not working Pin
Md Shariful Islam Saful26-Jun-13 8:01
Md Shariful Islam Saful26-Jun-13 8:01 
AnswerRe: Onpage pagination is not working Pin
Dennis E White26-Jun-13 15:14
professionalDennis E White26-Jun-13 15:14 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.