Click here to Skip to main content
16,012,153 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Need to read xml from HTTPS to HTTP Server Pin
SoMad18-Mar-13 23:09
professionalSoMad18-Mar-13 23:09 
GeneralRe: Need to read xml from HTTPS to HTTP Server Pin
Marco Bertschi19-Mar-13 2:30
protectorMarco Bertschi19-Mar-13 2:30 
AnswerRe: Need to read xml from HTTPS to HTTP Server Pin
Marco Bertschi19-Mar-13 2:29
protectorMarco Bertschi19-Mar-13 2:29 
QuestionNeed to read xml from HTTPS to HTTP Server Pin
satyamshilpi18-Mar-13 21:45
satyamshilpi18-Mar-13 21:45 
AnswerRe: Need to read xml from HTTPS to HTTP Server Pin
Marco Bertschi19-Mar-13 2:29
protectorMarco Bertschi19-Mar-13 2:29 
AnswerRe: Need to read xml from HTTPS to HTTP Server Pin
dusty_dex19-Mar-13 8:59
dusty_dex19-Mar-13 8:59 
QuestionMoveMenuItems Pin
Dungas17-Mar-13 20:56
Dungas17-Mar-13 20:56 
AnswerRe: MoveMenuItems Pin
jkirkerx18-Mar-13 8:14
professionaljkirkerx18-Mar-13 8:14 
You would have to make the columns as containers, like div tags and give them id values,

And then use JQuery, to empty the values in one container, and copy the values from the first container to the 2nd container.

Something like this, off the top of my head and not tested, just an example to give you and idea how.

$(#container2).empty();
var htmlMarkup = $(#container1).html();
$(#container2).html(htmlMarkup);

[edit]
it might be on the last line
$(#container2).append(htmlMarkup);


modified 18-Mar-13 14:34pm.

AnswerRe: MoveMenuItems Pin
Moykn2-Apr-13 2:32
Moykn2-Apr-13 2:32 
Questionhow to show unique number in the form ,and after submit when next time a user will enter it will show another unique number Pin
Member 824369316-Mar-13 2:18
Member 824369316-Mar-13 2:18 
AnswerRe: how to show unique number in the form ,and after submit when next time a user will enter it will show another unique number Pin
ZurdoDev19-Mar-13 2:20
professionalZurdoDev19-Mar-13 2:20 
QuestionHelp me with Jquery Pin
Nafiseh Salmani14-Mar-13 5:43
Nafiseh Salmani14-Mar-13 5:43 
AnswerRe: Help me with Jquery Pin
ZurdoDev15-Mar-13 11:04
professionalZurdoDev15-Mar-13 11:04 
AnswerRe: Help me with Jquery Pin
Moykn2-Apr-13 2:46
Moykn2-Apr-13 2:46 
AnswerRe: Help me with Jquery Pin
Crazy Kid2-May-13 16:54
professionalCrazy Kid2-May-13 16:54 
QuestionReading a text file in JS Pin
Hakan Bulut13-Mar-13 22:32
Hakan Bulut13-Mar-13 22:32 
AnswerRe: Reading a text file in JS PinPopular
Richard MacCutchan13-Mar-13 22:50
mveRichard MacCutchan13-Mar-13 22:50 
AnswerRe: Reading a text file in JS PinPopular
Manfred Rudolf Bihy14-Mar-13 0:14
professionalManfred Rudolf Bihy14-Mar-13 0:14 
AnswerRe: Reading a text file in JS Pin
dusty_dex14-Mar-13 5:14
dusty_dex14-Mar-13 5:14 
GeneralRe: Reading a text file in JS Pin
Hakan Bulut14-Mar-13 23:16
Hakan Bulut14-Mar-13 23:16 
GeneralRe: Reading a text file in JS Pin
dusty_dex15-Mar-13 1:02
dusty_dex15-Mar-13 1:02 
GeneralRe: Reading a text file in JS Pin
Hakan Bulut15-Mar-13 7:42
Hakan Bulut15-Mar-13 7:42 
GeneralRe: Reading a text file in JS Pin
dusty_dex19-Mar-13 4:19
dusty_dex19-Mar-13 4:19 
GeneralRe: Reading a text file in JS Pin
Hakan Bulut19-Mar-13 5:45
Hakan Bulut19-Mar-13 5:45 
GeneralRe: Reading a text file in JS Pin
dusty_dex19-Mar-13 8:41
dusty_dex19-Mar-13 8:41 

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.