Click here to Skip to main content
15,890,438 members
Home / Discussions / JavaScript
   

JavaScript

 
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 
GeneralRe: how can i get shortDateString in java script Pin
Hakan Bulut8-May-13 21:24
Hakan Bulut8-May-13 21:24 
GeneralRe: how can i get shortDateString in java script Pin
mhd.sbt8-May-13 22:38
mhd.sbt8-May-13 22:38 
GeneralRe: how can i get shortDateString in java script Pin
Hakan Bulut10-May-13 7:09
Hakan Bulut10-May-13 7:09 
GeneralRe: how can i get shortDateString in java script Pin
mhd.sbt11-May-13 5:10
mhd.sbt11-May-13 5:10 
AnswerRe: how can i get shortDateString in java script Pin
dusty_dex8-May-13 23:27
dusty_dex8-May-13 23:27 
Questionis it possible? Pin
Hakan Bulut8-May-13 7:02
Hakan Bulut8-May-13 7:02 
AnswerRe: is it possible? Pin
Jasmine25018-May-13 8:29
Jasmine25018-May-13 8:29 
GeneralRe: is it possible? Pin
Hakan Bulut12-May-13 6:05
Hakan Bulut12-May-13 6:05 
AnswerRe: is it possible? Pin
dusty_dex8-May-13 23:32
dusty_dex8-May-13 23:32 
GeneralRe: is it possible? Pin
Hakan Bulut10-May-13 7:13
Hakan Bulut10-May-13 7:13 
GeneralRe: is it possible? Pin
dusty_dex10-May-13 9:41
dusty_dex10-May-13 9:41 
GeneralRe: is it possible? Pin
Hakan Bulut10-May-13 22:31
Hakan Bulut10-May-13 22:31 
GeneralRe: is it possible? Pin
dusty_dex10-May-13 23:23
dusty_dex10-May-13 23:23 
GeneralRe: is it possible? Pin
Richard MacCutchan11-May-13 0:07
mveRichard MacCutchan11-May-13 0:07 

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.