Click here to Skip to main content
15,912,756 members
Home / Discussions / JavaScript
   

JavaScript

 
GeneralRe: Reading XML - success being ignored Pin
#realJSOP21-May-13 8:55
professional#realJSOP21-May-13 8:55 
Questionproblem with JQuery. Pin
imbaro20-May-13 4:25
imbaro20-May-13 4:25 
AnswerRe: problem with JQuery. Pin
Richard Deeming20-May-13 4:47
mveRichard Deeming20-May-13 4:47 
GeneralRe: problem with JQuery. Pin
imbaro20-May-13 4:54
imbaro20-May-13 4:54 
QuestionAccount delete! Pin
Hakan Bulut18-May-13 2:14
Hakan Bulut18-May-13 2:14 
AnswerRe: Account delete! Pin
dusty_dex18-May-13 2:52
dusty_dex18-May-13 2:52 
GeneralRe: Account delete! Pin
Hakan Bulut18-May-13 3:07
Hakan Bulut18-May-13 3:07 
GeneralRe: Account delete! Pin
dusty_dex18-May-13 4:42
dusty_dex18-May-13 4:42 
AnswerRe: Account delete! Pin
Thomas Daniels18-May-13 4:53
mentorThomas Daniels18-May-13 4:53 
QuestionHow to show long message in pop up Pin
InderK16-May-13 21:56
InderK16-May-13 21:56 
QuestionScrollbar in div Pin
InderK16-May-13 4:01
InderK16-May-13 4:01 
AnswerRe: Scrollbar in div Pin
ZurdoDev21-May-13 10:32
professionalZurdoDev21-May-13 10:32 
Questionhow to access datasource for ListDropDown in java script Pin
mhd.sbt13-May-13 9:16
mhd.sbt13-May-13 9:16 
AnswerRe: how to access datasource for ListDropDown in java script Pin
Dennis E White13-May-13 18:29
professionalDennis E White13-May-13 18:29 
AnswerRe: how to access datasource for ListDropDown in java script Pin
dusty_dex15-May-13 13:36
dusty_dex15-May-13 13:36 
GeneralRe: how to access datasource for ListDropDown in java script Pin
Dennis E White15-May-13 18:26
professionalDennis E White15-May-13 18:26 
GeneralRe: how to access datasource for ListDropDown in java script Pin
dusty_dex15-May-13 23:14
dusty_dex15-May-13 23:14 
GeneralRe: how to access datasource for ListDropDown in java script Pin
Dennis E White16-May-13 4:04
professionalDennis E White16-May-13 4:04 
GeneralRe: how to access datasource for ListDropDown in java script Pin
Dennis E White16-May-13 4:09
professionalDennis E White16-May-13 4:09 
GeneralRe: how to access datasource for ListDropDown in java script Pin
dusty_dex16-May-13 4:31
dusty_dex16-May-13 4:31 
QuestionWhy can't I click on any element in the class ? Pin
blksamurai10-May-13 10:46
blksamurai10-May-13 10:46 
AnswerRe: Why can't I click on any element in the class ? Pin
Dennis E White13-May-13 5:30
professionalDennis E White13-May-13 5:30 
because you are trying to add it into a collection of objects.

You can only use addEventListener on a target element, document or window. If you want to use a collection like this then you will have to loop through them and call the addEventListener for each.

also just an FYI but this won't work in IE8 either way.

this is just another reason to use a framework like jQuery because it abstracts this away for you. Even the IE8 issue so long as you aren't using jQuery 2.x.
as if the facebook, twitter and message boards weren't enough - blogged

Questionhow can i get shortDateString in java script Pin
mhd.sbt8-May-13 7:30
mhd.sbt8-May-13 7:30 
AnswerRe: how can i get shortDateString in java script Pin
Hakan Bulut8-May-13 8:06
Hakan Bulut8-May-13 8:06 
GeneralRe: how can i get shortDateString in java script Pin
mhd.sbt8-May-13 8:14
mhd.sbt8-May-13 8:14 

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.