Click here to Skip to main content
15,894,646 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: javascript execute usercontrol method without postback Pin
Steve Holdorf15-Apr-13 12:15
Steve Holdorf15-Apr-13 12:15 
GeneralRe: javascript execute usercontrol method without postback Pin
Dennis E White15-Apr-13 12:19
professionalDennis E White15-Apr-13 12:19 
GeneralRe: javascript execute usercontrol method without postback Pin
Manfred Rudolf Bihy15-Apr-13 23:14
professionalManfred Rudolf Bihy15-Apr-13 23:14 
SuggestionRe: javascript execute usercontrol method without postback Pin
Steve Holdorf17-Apr-13 0:35
Steve Holdorf17-Apr-13 0:35 
QuestionCheckbox check should automatically and slowly fadeout to unchecked Pin
Member 937599314-Apr-13 7:56
Member 937599314-Apr-13 7:56 
AnswerRe: Checkbox check should automatically and slowly fadeout to unchecked Pin
Dennis E White15-Apr-13 10:29
professionalDennis E White15-Apr-13 10:29 
QuestionHow can I select a dropdown list with JQuery? Pin
AlexanderBlade13-Apr-13 23:11
AlexanderBlade13-Apr-13 23:11 
AnswerRe: How can I select a dropdown list with JQuery? Pin
Dennis E White15-Apr-13 5:15
professionalDennis E White15-Apr-13 5:15 
why not look at it backwards??

assign a class to the item that you want and then iterate through your collection till you find it associated to the parent you are expecting.

JavaScript
$('.someClassName').each(function(){
    // inspect the parent here
});

as if the facebook, twitter and message boards weren't enough - blogged

QuestionQuestion of a dusy_dex Pin
Hakan Bulut12-Apr-13 20:55
Hakan Bulut12-Apr-13 20:55 
AnswerRe: Question of a dusy_dex Pin
Richard MacCutchan12-Apr-13 22:15
mveRichard MacCutchan12-Apr-13 22:15 
GeneralRe: Question of a dusy_dex Pin
Hakan Bulut13-Apr-13 1:26
Hakan Bulut13-Apr-13 1:26 
GeneralRe: Question of a dusy_dex Pin
Richard MacCutchan14-Apr-13 4:32
mveRichard MacCutchan14-Apr-13 4:32 
GeneralRe: Question of a dusy_dex Pin
Hakan Bulut15-Apr-13 4:31
Hakan Bulut15-Apr-13 4:31 
GeneralRe: Question of a dusy_dex Pin
Richard MacCutchan15-Apr-13 4:41
mveRichard MacCutchan15-Apr-13 4:41 
AnswerRe: Question of a dusy_dex Pin
dusty_dex13-Apr-13 0:19
dusty_dex13-Apr-13 0:19 
GeneralRe: Question of a dusy_dex Pin
Hakan Bulut13-Apr-13 3:57
Hakan Bulut13-Apr-13 3:57 
GeneralRe: Question of a dusy_dex Pin
dusty_dex13-Apr-13 4:30
dusty_dex13-Apr-13 4:30 
GeneralRe: Question of a dusy_dex Pin
Hakan Bulut13-Apr-13 23:38
Hakan Bulut13-Apr-13 23:38 
GeneralRe: Question of a dusy_dex Pin
Hakan Bulut13-Apr-13 23:43
Hakan Bulut13-Apr-13 23:43 
GeneralRe: Question of a dusy_dex Pin
dusty_dex14-Apr-13 0:11
dusty_dex14-Apr-13 0:11 
GeneralRe: Question of a dusy_dex Pin
Hakan Bulut15-Apr-13 4:18
Hakan Bulut15-Apr-13 4:18 
GeneralRe: Question of a dusy_dex Pin
dusty_dex15-Apr-13 7:09
dusty_dex15-Apr-13 7:09 
GeneralRe: Question of a dusy_dex Pin
dusty_dex14-Apr-13 23:54
dusty_dex14-Apr-13 23:54 
GeneralRe: Question of a dusy_dex Pin
Hakan Bulut15-Apr-13 21:23
Hakan Bulut15-Apr-13 21:23 
GeneralRe: Question of a dusy_dex Pin
dusty_dex15-Apr-13 23:16
dusty_dex15-Apr-13 23:16 

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.