Click here to Skip to main content
15,887,027 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: Tracking down functions in javascript. Pin
Nagy Vilmos17-Nov-10 1:50
professionalNagy Vilmos17-Nov-10 1:50 
AnswerRe: Tracking down functions in javascript. Pin
Pete O'Hanlon17-Nov-10 2:51
mvePete O'Hanlon17-Nov-10 2:51 
GeneralRe: Tracking down functions in javascript. Pin
fjdiewornncalwe17-Nov-10 3:42
professionalfjdiewornncalwe17-Nov-10 3:42 
GeneralRe: Tracking down functions in javascript. Pin
thatraja18-Nov-10 20:29
professionalthatraja18-Nov-10 20:29 
GeneralRe: Tracking down functions in javascript. Pin
Zhenjie Fu18-Nov-10 20:33
Zhenjie Fu18-Nov-10 20:33 
AnswerRe: Tracking down functions in javascript. Pin
Hiren solanki1-Dec-10 22:26
Hiren solanki1-Dec-10 22:26 
Questionprevent users from entering char in textbox after clicking submit button Pin
Tridip Bhattacharjee13-Nov-10 22:45
professionalTridip Bhattacharjee13-Nov-10 22:45 
AnswerRe: prevent users from entering char in textbox after clicking submit button Pin
jaypatel51214-Nov-10 8:00
jaypatel51214-Nov-10 8:00 
Sir,

I completely understand your requirement. But I think creating a div above the textbox may not be a good idea.
Insted you can just make that particular textbox disabled. In that way he wont be able to modify thosed etails, and it is really very easy to implement this using Jquery or Javascript.

$('#div_id).attr('disabled', 'true');

And it will be taken care of.
AnswerRe: prevent users from entering char in textbox after clicking submit button [modified] Pin
Zhenjie Fu18-Nov-10 20:10
Zhenjie Fu18-Nov-10 20:10 
AnswerRe: prevent users from entering char in textbox after clicking submit button Pin
Sunasara Imdadhusen4-Jan-11 22:21
professionalSunasara Imdadhusen4-Jan-11 22:21 
QuestionHelp - Horizontal dropdown menu Pin
Manmohan2910-Nov-10 23:15
Manmohan2910-Nov-10 23:15 
AnswerRe: Help - Horizontal dropdown menu Pin
Jules VDV12-Nov-10 9:39
Jules VDV12-Nov-10 9:39 
GeneralRe: Help - Horizontal dropdown menu Pin
Manmohan2913-Nov-10 16:15
Manmohan2913-Nov-10 16:15 
GeneralRe: Help - Horizontal dropdown menu Pin
Jules VDV18-Nov-10 4:32
Jules VDV18-Nov-10 4:32 
QuestionHow can i remove pipe character in string using regex Pin
grewin8-Nov-10 16:31
grewin8-Nov-10 16:31 
AnswerRe: How can i remove pipe character in string using regex Pin
grewin8-Nov-10 17:00
grewin8-Nov-10 17:00 
GeneralRe: How can i remove pipe character in string using regex Pin
sohighthesky15-Nov-10 19:01
sohighthesky15-Nov-10 19:01 
Questionjcarousel not working Pin
wajans6-Nov-10 2:16
wajans6-Nov-10 2:16 
AnswerRe: jcarousel not working Pin
wajans7-Nov-10 19:33
wajans7-Nov-10 19:33 
GeneralRe: jcarousel not working Pin
Not Active8-Nov-10 2:35
mentorNot Active8-Nov-10 2:35 
AnswerRe: jcarousel not working Pin
Eaverae9-Nov-10 20:32
Eaverae9-Nov-10 20:32 
Questionneed Javascript to calculate day difference for dd-mm-yyyy hh:mm:ss(AM/PM) Pin
Alok Sharma ji29-Oct-10 21:24
Alok Sharma ji29-Oct-10 21:24 
AnswerRe: need Javascript to calculate day difference for dd-mm-yyyy hh:mm:ss(AM/PM) Pin
Sunasara Imdadhusen1-Nov-10 2:23
professionalSunasara Imdadhusen1-Nov-10 2:23 
QuestionJavascript Inoperative only in Explorer Pin
PDTUM29-Oct-10 19:17
PDTUM29-Oct-10 19:17 
AnswerRe: Javascript Inoperative only in Explorer PinPopular
NeverHeardOfMe29-Oct-10 22:57
NeverHeardOfMe29-Oct-10 22:57 

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.