Click here to Skip to main content
15,867,594 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Need to mask Alphanumeric values with some special characters allowed Pin
W Balboos, GHB22-Sep-20 5:53
W Balboos, GHB22-Sep-20 5:53 
GeneralPixelated in javascript Pin
Hasan Moussawi8-Sep-20 20:52
Hasan Moussawi8-Sep-20 20:52 
QuestionI have HTML and jQuery as below, I want to convert that into EmberJS Pin
simpledeveloper8-Sep-20 9:44
simpledeveloper8-Sep-20 9:44 
SuggestionRe: I have HTML and jQuery as below, I want to convert that into EmberJS Pin
ZurdoDev9-Sep-20 10:36
professionalZurdoDev9-Sep-20 10:36 
GeneralRe: I have HTML and jQuery as below, I want to convert that into EmberJS Pin
simpledeveloper9-Sep-20 11:47
simpledeveloper9-Sep-20 11:47 
QuestionFilter the JSON object Pin
kasimmohamed5-Sep-20 5:11
kasimmohamed5-Sep-20 5:11 
QuestionHow to redirect in IE 11 Pin
huhuhhuhuh2-Sep-20 1:13
huhuhhuhuh2-Sep-20 1:13 
AnswerRe: How to redirect in IE 11 Pin
Richard Deeming2-Sep-20 2:52
mveRichard Deeming2-Sep-20 2:52 
Just setting the location.href or using location.assign should work fine.
JavaScript
location.href = "https://google.de";
// Or:
location.assign("https://google.de");
Location: href - Web APIs | MDN[^]
Location: assign() - Web APIs | MDN[^]

NB: Call one or the other, not both. And don't call reload afterwards, since that reloads the current page.



"These people looked deep within my soul and assigned me a number based on the order in which I joined."
- Homer

AnswerRe: How to redirect in IE 11 Pin
huhuhhuhuh3-Sep-20 6:13
huhuhhuhuh3-Sep-20 6:13 
AnswerRe: How to redirect in IE 11 Pin
huhuhhuhuh4-Sep-20 2:33
huhuhhuhuh4-Sep-20 2:33 
AnswerRe: How to redirect in IE 11 Pin
Richard Deeming4-Sep-20 3:15
mveRichard Deeming4-Sep-20 3:15 
Questionwindow.open new window not showing up Pin
Member 1492460727-Aug-20 7:21
Member 1492460727-Aug-20 7:21 
AnswerRe: window.open new window not showing up Pin
Richard MacCutchan27-Aug-20 22:35
mveRichard MacCutchan27-Aug-20 22:35 
GeneralRe: window.open new window not showing up Pin
Member 1492460728-Aug-20 6:00
Member 1492460728-Aug-20 6:00 
GeneralRe: window.open new window not showing up Pin
Richard MacCutchan28-Aug-20 6:27
mveRichard MacCutchan28-Aug-20 6:27 
GeneralRe: window.open new window not showing up Pin
Member 1492460728-Aug-20 6:36
Member 1492460728-Aug-20 6:36 
GeneralRe: window.open new window not showing up Pin
Member 1492460728-Aug-20 11:07
Member 1492460728-Aug-20 11:07 
GeneralRe: window.open new window not showing up Pin
Richard Deeming31-Aug-20 22:32
mveRichard Deeming31-Aug-20 22:32 
QuestionTrouble communicating from brackets to chrome console Pin
Member 1492206724-Aug-20 19:00
Member 1492206724-Aug-20 19:00 
AnswerRe: Trouble communicating from brackets to chrome console Pin
F-ES Sitecore25-Aug-20 0:43
professionalF-ES Sitecore25-Aug-20 0:43 
GeneralRe: Trouble communicating from brackets to chrome console Pin
Member 1492206725-Aug-20 6:05
Member 1492206725-Aug-20 6:05 
GeneralRe: Trouble communicating from brackets to chrome console Pin
F-ES Sitecore25-Aug-20 7:02
professionalF-ES Sitecore25-Aug-20 7:02 
GeneralRe: Trouble communicating from brackets to chrome console Pin
Member 1492206725-Aug-20 9:21
Member 1492206725-Aug-20 9:21 
GeneralRe: Trouble communicating from brackets to chrome console Pin
Member 1492206725-Aug-20 6:44
Member 1492206725-Aug-20 6:44 
QuestionIterate nested json object in javascript and change the key names Pin
Member 1492059622-Aug-20 20:30
Member 1492059622-Aug-20 20:30 

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.