Click here to Skip to main content
15,888,527 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Generate geofence for route (pointA to pointB) Pin
Kwod128-Dec-20 11:01
Kwod128-Dec-20 11:01 
QuestionUsing json and jquery on page not working Pin
Member 1094998624-Jul-14 8:36
Member 1094998624-Jul-14 8:36 
QuestionRe: Using json and jquery on page not working Pin
ZurdoDev24-Jul-14 10:07
professionalZurdoDev24-Jul-14 10:07 
AnswerRe: Using json and jquery on page not working Pin
Member 1094998624-Jul-14 11:14
Member 1094998624-Jul-14 11:14 
QuestionRe: Using json and jquery on page not working Pin
ZurdoDev24-Jul-14 11:40
professionalZurdoDev24-Jul-14 11:40 
AnswerRe: Using json and jquery on page not working Pin
Member 1094998624-Jul-14 11:50
Member 1094998624-Jul-14 11:50 
Questiondisable a onclick function, and enable it Pin
jkirkerx18-Jul-14 12:24
professionaljkirkerx18-Jul-14 12:24 
AnswerRe: disable a onclick function, and enable it Pin
Dennis E White29-Jul-14 4:04
professionalDennis E White29-Jul-14 4:04 
have you tried...

JavaScript
element.onclick = '';


maybe write your handler like so.

JavaScript
function load_orderDetails(ele) {
    ele.onclick = '';

    // do your work here for loading whatever
}


just make sure when you call it you pass it the element that you want disabled. just by chance are you using jQuery because there are message handlers that will do this for you??
GeneralRe: disable a onclick function, and enable it Pin
jkirkerx29-Jul-14 6:01
professionaljkirkerx29-Jul-14 6:01 
AnswerRe: disable a onclick function, and enable it Pin
Sibeesh KV24-Sep-14 1:01
professionalSibeesh KV24-Sep-14 1:01 
QuestionParse value from jquery to php and truncate mysql table Pin
Member 1094998617-Jul-14 7:32
Member 1094998617-Jul-14 7:32 
SuggestionRe: Parse value from jquery to php and truncate mysql table Pin
ZurdoDev29-Jul-14 10:13
professionalZurdoDev29-Jul-14 10:13 
Questionweb application for marathi input Pin
Member 104570339-Jul-14 2:37
professionalMember 104570339-Jul-14 2:37 
AnswerRe: web application for marathi input Pin
Graham Breach9-Jul-14 23:31
Graham Breach9-Jul-14 23:31 
AnswerRe: web application for marathi input Pin
Ravindra Bisen18-Jul-14 0:29
Ravindra Bisen18-Jul-14 0:29 
QuestionDate and time validation are not working. Any ideas? <Resolved> Pin
samflex5-Jul-14 12:54
samflex5-Jul-14 12:54 
AnswerRe: Date and time validation are not working. Any ideas? Pin
Richard Deeming7-Jul-14 3:02
mveRichard Deeming7-Jul-14 3:02 
GeneralRe: Date and time validation are not working. Any ideas? Pin
samflex7-Jul-14 4:21
samflex7-Jul-14 4:21 
GeneralRe: Date and time validation are not working. Any ideas? Pin
Richard Deeming7-Jul-14 4:27
mveRichard Deeming7-Jul-14 4:27 
GeneralRe: Date and time validation are not working. Any ideas? Pin
samflex7-Jul-14 4:36
samflex7-Jul-14 4:36 
QuestionRe: Date and time validation are not working. Any ideas? Pin
Richard Deeming7-Jul-14 4:45
mveRichard Deeming7-Jul-14 4:45 
AnswerRe: Date and time validation are not working. Any ideas? Pin
samflex7-Jul-14 4:51
samflex7-Jul-14 4:51 
GeneralRe: Date and time validation are not working. Any ideas? Pin
Richard Deeming7-Jul-14 5:17
mveRichard Deeming7-Jul-14 5:17 
GeneralRe: Date and time validation are not working. Any ideas? Pin
samflex7-Jul-14 5:31
samflex7-Jul-14 5:31 
AnswerRe: Date and time validation are not working. Any ideas? Pin
Kornfeld Eliyahu Peter7-Jul-14 3:31
professionalKornfeld Eliyahu Peter7-Jul-14 3:31 

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.