Click here to Skip to main content
15,795,791 members
Home / Discussions / JavaScript
   

JavaScript

 
SuggestionRe: Unable to switch events in jquery Pin
ZurdoDev4-Dec-18 3:28
professionalZurdoDev4-Dec-18 3:28 
QuestionError on line 45 Pin
ghazabaz30-Nov-18 14:38
ghazabaz30-Nov-18 14:38 
AnswerRe: Error on line 45 Pin
ZurdoDev4-Dec-18 3:29
professionalZurdoDev4-Dec-18 3:29 
AnswerRe: Error on line 45 Pin
maryam.saboor5-Dec-18 0:54
professionalmaryam.saboor5-Dec-18 0:54 
Questiondata transfer in two dimensional array format Pin
Member 1406088822-Nov-18 21:31
Member 1406088822-Nov-18 21:31 
QuestionRe: data transfer in two dimensional array format Pin
ZurdoDev4-Dec-18 3:29
professionalZurdoDev4-Dec-18 3:29 
QuestionJavascript syntax Pin
ghazabaz22-Nov-18 16:48
ghazabaz22-Nov-18 16:48 
AnswerRe: Javascript syntax Pin
Graham Breach22-Nov-18 22:36
Graham Breach22-Nov-18 22:36 
The syntax highlighting should have given you a clue - you need to escape quotes inside the string or use single quotes as well as double quotes.
JavaScript
var escaped = "<img src=\"an_image.png\">";
var single_quotes = '<img src="another_image.png">';

You should also check that you have your "+" symbols everywhere you need them - there is one missing after the opening <table> element.
AnswerRe: Javascript syntax Pin
NithyaKumarJai25-Nov-18 19:23
NithyaKumarJai25-Nov-18 19:23 
Questionunexpected result function autocomplete() Jquery Pin
serenimus21-Nov-18 8:15
serenimus21-Nov-18 8:15 
AnswerRe: unexpected result function autocomplete() Jquery Pin
Richard Deeming21-Nov-18 9:16
mveRichard Deeming21-Nov-18 9:16 
GeneralRe: unexpected result function autocomplete() Jquery Pin
serenimus22-Nov-18 7:11
serenimus22-Nov-18 7:11 
GeneralRe: unexpected result function autocomplete() Jquery Pin
serenimus22-Nov-18 7:13
serenimus22-Nov-18 7:13 
GeneralRe: unexpected result function autocomplete() Jquery Pin
Richard Deeming22-Nov-18 9:41
mveRichard Deeming22-Nov-18 9:41 
GeneralRe: unexpected result function autocomplete() Jquery Pin
serenimus1-Dec-18 1:19
serenimus1-Dec-18 1:19 
QuestionHello Pin
Member 1406106620-Nov-18 9:15
Member 1406106620-Nov-18 9:15 
QuestionJavascript help Pin
ghazabaz8-Nov-18 16:54
ghazabaz8-Nov-18 16:54 
AnswerRe: Javascript help Pin
Richard Deeming9-Nov-18 4:49
mveRichard Deeming9-Nov-18 4:49 
QuestionRe: Javascript help Pin
ghazabaz9-Nov-18 6:55
ghazabaz9-Nov-18 6:55 
AnswerRe: Javascript help Pin
Richard Deeming9-Nov-18 8:48
mveRichard Deeming9-Nov-18 8:48 
Generalguidence for the begginners Pin
Kshitiz Thapa2-Nov-18 4:16
Kshitiz Thapa2-Nov-18 4:16 
GeneralRe: guidence for the begginners Pin
Richard MacCutchan2-Nov-18 5:00
mveRichard MacCutchan2-Nov-18 5:00 
SuggestionRe: guidence for the begginners Pin
CHill6015-Nov-18 22:46
mveCHill6015-Nov-18 22:46 
QuestionLoops Pin
Member 1403490227-Oct-18 6:06
Member 1403490227-Oct-18 6:06 
AnswerRe: Loops Pin
Richard MacCutchan27-Oct-18 6:54
mveRichard MacCutchan27-Oct-18 6:54 

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.