Click here to Skip to main content
15,890,186 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Trying to compare cancel from prompt dialog not working Pin
Kornfeld Eliyahu Peter10-Mar-14 21:57
professionalKornfeld Eliyahu Peter10-Mar-14 21:57 
AnswerRe: Trying to compare cancel from prompt dialog not working Pin
ZurdoDev13-Mar-14 6:44
professionalZurdoDev13-Mar-14 6:44 
AnswerRe: Trying to compare cancel from prompt dialog not working Pin
twseitex13-Mar-14 9:28
twseitex13-Mar-14 9:28 
QuestionHow to write confirmation message? Pin
Member 1062605710-Mar-14 0:08
Member 1062605710-Mar-14 0:08 
AnswerRe: How to write confirmation message? Pin
thatraja10-Mar-14 2:29
professionalthatraja10-Mar-14 2:29 
GeneralRe: How to write confirmation message? Pin
Member 1062605710-Mar-14 2:45
Member 1062605710-Mar-14 2:45 
GeneralRe: How to write confirmation message? Pin
thatraja10-Mar-14 2:59
professionalthatraja10-Mar-14 2:59 
GeneralRe: How to write confirmation message? Pin
Praneet Nadkar4-May-14 23:22
Praneet Nadkar4-May-14 23:22 
Hi,

Why dont you try JQuery confirm Plugin
Check it out !!
http://myclabs.github.io/jquery.confirm/[^]

Or

if (confirm('Are you sure you want to add a new row')) {
//alert('You have added a new Row');
return true;
} else {
//alert('Cancel is clicked');
return false;
}
GeneralRe: How to write confirmation message? Pin
thatraja4-May-14 23:28
professionalthatraja4-May-14 23:28 
GeneralRe: How to write confirmation message? Pin
Praneet Nadkar4-May-14 23:40
Praneet Nadkar4-May-14 23:40 
AnswerRe: How to write confirmation message? Pin
Praneet Nadkar4-May-14 23:39
Praneet Nadkar4-May-14 23:39 
Questionconsume external WCF REST services using Angular.js Pin
ramsai19737-Mar-14 1:14
ramsai19737-Mar-14 1:14 
AnswerRe: consume external WCF REST services using Angular.js Pin
Jellali Tarek7-Mar-14 4:38
Jellali Tarek7-Mar-14 4:38 
AnswerRe: consume external WCF REST services using Angular.js Pin
petra.elhashem7-Mar-14 10:30
petra.elhashem7-Mar-14 10:30 
Questionbody onunload Pin
RabbitTrail6-Mar-14 16:26
RabbitTrail6-Mar-14 16:26 
AnswerRe: body onunload Pin
vbmike7-Mar-14 3:39
vbmike7-Mar-14 3:39 
AnswerRe: body onunload Pin
twseitex13-Mar-14 9:33
twseitex13-Mar-14 9:33 
QuestionHow to Check whether radio button is checked or not [SOLVED] Pin
monsterchub6-Mar-14 5:07
monsterchub6-Mar-14 5:07 
AnswerRe: How to Check whether radio button is checked or not Pin
Peter Leow6-Mar-14 6:25
professionalPeter Leow6-Mar-14 6:25 
GeneralRe: How to Check whether radio button is checked or not Pin
monsterchub6-Mar-14 7:39
monsterchub6-Mar-14 7:39 
GeneralRe: How to Check whether radio button is checked or not Pin
monsterchub6-Mar-14 9:02
monsterchub6-Mar-14 9:02 
AnswerRe: How to Check whether radio button is checked or not Pin
Peter Leow6-Mar-14 16:06
professionalPeter Leow6-Mar-14 16:06 
Questionreference type vs. primitive type Pin
ThetaClear4-Mar-14 20:37
ThetaClear4-Mar-14 20:37 
AnswerRe: reference type vs. primitive type Pin
Richard Deeming4-Mar-14 23:30
mveRichard Deeming4-Mar-14 23:30 
GeneralRe: reference type vs. primitive type Pin
ThetaClear5-Mar-14 1:15
ThetaClear5-Mar-14 1:15 

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.