Click here to Skip to main content
15,900,906 members
Home / Discussions / JavaScript
   

JavaScript

 
AnswerRe: window.status Pin
Dr.Walt Fair, PE28-Sep-10 9:36
professionalDr.Walt Fair, PE28-Sep-10 9:36 
GeneralRe: window.status Pin
jimbo809830-Sep-10 3:34
jimbo809830-Sep-10 3:34 
AnswerRe: window.status Pin
Sunasara Imdadhusen21-Oct-10 2:34
professionalSunasara Imdadhusen21-Oct-10 2:34 
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 
I have a page where I need to trigger a function (I'll call hideBox) when another function (which I will call unChecked) is triggered. So let's say unChecked is called when a checkbox is clicked, as soon as unChecked runs, I need hideBox to run as well. The catch here is that i do not have access to the .js that holds the code for unChecked, and even if I did, I know it is being used by several other pages and I can't risk messing them up in the process.


To further complicate things, I can't change any of the properties on the element that calls unChecked since the server side code is really picky about that sort of thing (the rest of the functionality breaks if I change any aspect of the input element. Needless to say, I did not write it.)


I have tried just binding the event with jQuery, but jQuery actually changes the attribute array in the DOM, which screws up the post-back behavior. I have done this exact thing before, but that was using prototype, which isn't an option here (and was for another company so I can't go back and see what I did).

Any ideas?
______________________
Oh Hamburgers!

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 
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 

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.