Click here to Skip to main content
15,921,837 members
Home / Discussions / JavaScript
   

JavaScript

 
Questionis there any mistake in code Pin
hotthoughtguy28-Sep-10 4:02
hotthoughtguy28-Sep-10 4:02 
AnswerRe: is there any mistake in code Pin
NeverHeardOfMe28-Sep-10 4:44
NeverHeardOfMe28-Sep-10 4:44 
AnswerRe: is there any mistake in code Pin
Richard MacCutchan28-Sep-10 4:46
mveRichard MacCutchan28-Sep-10 4:46 
GeneralRe: is there any mistake in code Pin
hotthoughtguy28-Sep-10 4:53
hotthoughtguy28-Sep-10 4:53 
QuestionCapturing a function Pin
Vodstok24-Sep-10 4:08
Vodstok24-Sep-10 4:08 
AnswerRe: Capturing a function Pin
Not Active24-Sep-10 4:34
mentorNot Active24-Sep-10 4:34 
GeneralRe: Capturing a function Pin
Vodstok24-Sep-10 4:40
Vodstok24-Sep-10 4:40 
AnswerRe: Capturing a function Pin
Gerben Jongerius26-Sep-10 21:45
Gerben Jongerius26-Sep-10 21:45 
I know of a way that may work, pending on if this hideBox should always override the unChecked when its javascript file is included.

You could opt to override the unChecked javascript method as follows:

var unChecked = (function() {
   var original_unChecked = unChecked;

   original_unChecked();
   hideBox();
});


Its not the neatest way to do it but will do what you want.
QuestionFree Javascript Web Site Pin
jaglenn23-Sep-10 10:22
jaglenn23-Sep-10 10:22 
AnswerRe: Free Javascript Web Site Pin
DaveAuld23-Sep-10 10:25
professionalDaveAuld23-Sep-10 10:25 
GeneralRe: Free Javascript Web Site Pin
jimbo809830-Sep-10 3:38
jimbo809830-Sep-10 3:38 
QuestionChanging Image Source w/ Interlaced PNG [modified] Pin
Skippums22-Sep-10 4:04
Skippums22-Sep-10 4:04 
AnswerRe: Changing Image Source w/ Interlaced PNG Pin
Sunasara Imdadhusen21-Oct-10 2:41
professionalSunasara Imdadhusen21-Oct-10 2:41 
GeneralRe: Changing Image Source w/ Interlaced PNG Pin
Skippums28-Oct-10 10:52
Skippums28-Oct-10 10:52 
QuestionAjax and JavaScript Pin
future383922-Sep-10 1:29
future383922-Sep-10 1:29 
AnswerRe: Ajax and JavaScript Pin
Richard MacCutchan22-Sep-10 1:48
mveRichard MacCutchan22-Sep-10 1:48 
AnswerRe: Ajax and JavaScript Pin
thatraja22-Sep-10 1:49
professionalthatraja22-Sep-10 1:49 
Questionp3p Header Pin
salmonraju20-Sep-10 23:33
salmonraju20-Sep-10 23:33 
Questionreattaching an html element. Pin
swjam20-Sep-10 16:16
swjam20-Sep-10 16:16 
AnswerRe: reattaching an html element. Pin
Not Active21-Sep-10 2:32
mentorNot Active21-Sep-10 2:32 
GeneralRe: reattaching an html element. Pin
swjam21-Sep-10 4:14
swjam21-Sep-10 4:14 
GeneralRe: reattaching an html element. Pin
Not Active21-Sep-10 4:57
mentorNot Active21-Sep-10 4:57 
QuestionIndicating a button has been pushed Pin
bklerner14-Sep-10 8:29
bklerner14-Sep-10 8:29 
AnswerRe: Indicating a button has been pushed Pin
Skippums22-Sep-10 4:15
Skippums22-Sep-10 4:15 
Questiondynamic event - pass value Pin
Hanzaplast14-Sep-10 2:29
Hanzaplast14-Sep-10 2:29 

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.