Click here to Skip to main content
15,881,172 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionConvert div into image in Java Script. Pin
varunPes23-Jan-16 2:11
professionalvarunPes23-Jan-16 2:11 
AnswerRe: Convert div into image in Java Script. Pin
Beginner Luck25-Jan-16 14:24
professionalBeginner Luck25-Jan-16 14:24 
QuestionHow to redirect the weburl to particular country when user types in Browser. Pin
pradeep yajamanam21-Jan-16 3:17
pradeep yajamanam21-Jan-16 3:17 
AnswerRe: How to redirect the weburl to particular country when user types in Browser. Pin
F-ES Sitecore21-Jan-16 3:52
professionalF-ES Sitecore21-Jan-16 3:52 
GeneralRe: How to redirect the weburl to particular country when user types in Browser. Pin
Richard Deeming21-Jan-16 3:57
mveRichard Deeming21-Jan-16 3:57 
AnswerRe: How to redirect the weburl to particular country when user types in Browser. Pin
Beginner Luck27-Jan-16 14:49
professionalBeginner Luck27-Jan-16 14:49 
GeneralRe: How to redirect the weburl to particular country when user types in Browser. Pin
Richard Deeming28-Jan-16 1:07
mveRichard Deeming28-Jan-16 1:07 
QuestionNeed help with script Pin
Member 1227186218-Jan-16 9:27
Member 1227186218-Jan-16 9:27 
I need help trying to debug this script, as it doesn't work.

<p align="center">
<textarea id="xclToTw" rows="20" cols="60"></textarea><br />
<button onclick="(function(){var ta=document.getElementById('xclToTw'); displayMessage('original: ' + ta.value); ta.value=ta.value.replace(/^|$|\t/gm, '|');})();" > Translate</button>
</p>


It is supposed to let me paste spreadsheet cells from google sheets and translate them so that they are delimited by a |

as in

one two three
four five six

should yield

|one|two |three|
|four|five|
AnswerRe: Need help with script Pin
Richard Deeming18-Jan-16 10:45
mveRichard Deeming18-Jan-16 10:45 
QuestionGetting User Name Pin
Member 1226951817-Jan-16 8:20
Member 1226951817-Jan-16 8:20 
AnswerRe: Getting User Name Pin
Wombaticus17-Jan-16 11:25
Wombaticus17-Jan-16 11:25 
GeneralRe: Getting User Name Pin
Member 1226951817-Jan-16 12:50
Member 1226951817-Jan-16 12:50 
GeneralRe: Getting User Name Pin
Wombaticus17-Jan-16 12:55
Wombaticus17-Jan-16 12:55 
GeneralRe: Getting User Name Pin
Member 1226951817-Jan-16 12:58
Member 1226951817-Jan-16 12:58 
GeneralRe: Getting User Name Pin
Wombaticus17-Jan-16 13:05
Wombaticus17-Jan-16 13:05 
GeneralRe: Getting User Name Pin
Wombaticus17-Jan-16 13:10
Wombaticus17-Jan-16 13:10 
GeneralRe: Getting User Name Pin
Member 1226951817-Jan-16 13:13
Member 1226951817-Jan-16 13:13 
SuggestionRe: Getting User Name Pin
Richard Deeming18-Jan-16 1:39
mveRichard Deeming18-Jan-16 1:39 
QuestionHow to change MapTypeControl info text Change map style to our own text in google.maps.MapTypeControlStyle.DROPDOWN_MENU Pin
ven75313-Jan-16 6:36
ven75313-Jan-16 6:36 
QuestionArray Question Pin
Mindlesscandi10-Jan-16 16:17
Mindlesscandi10-Jan-16 16:17 
AnswerRe: Array Question Pin
Richard MacCutchan10-Jan-16 21:03
mveRichard MacCutchan10-Jan-16 21:03 
AnswerRe: Array Question Pin
Nathan Minier11-Jan-16 2:13
professionalNathan Minier11-Jan-16 2:13 
QuestionStatic Clock Pin
Mindlesscandi10-Jan-16 16:00
Mindlesscandi10-Jan-16 16:00 
AnswerRe: Static Clock Pin
Richard MacCutchan10-Jan-16 21:02
mveRichard MacCutchan10-Jan-16 21:02 
QuestionDisplay web page on mobile as overview with zoom-in on detail Pin
Member 122502747-Jan-16 5:49
Member 122502747-Jan-16 5:49 

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.