Click here to Skip to main content
15,885,668 members
Home / Discussions / JavaScript
   

JavaScript

 
QuestionEfficiency of adding arrays to an array Pin
Online.Cop8-Jul-11 1:43
Online.Cop8-Jul-11 1:43 
AnswerRe: Efficiency of adding arrays to an array Pin
Not Active8-Jul-11 2:00
mentorNot Active8-Jul-11 2:00 
Questionhow can i insert onClick event to href? Pin
buffering836-Jul-11 2:58
buffering836-Jul-11 2:58 
AnswerRe: how can i insert onClick event to href? Pin
Manfred Rudolf Bihy6-Jul-11 3:18
professionalManfred Rudolf Bihy6-Jul-11 3:18 
GeneralRe: how can i insert onClick event to href? Pin
buffering836-Jul-11 5:32
buffering836-Jul-11 5:32 
GeneralRe: how can i insert onClick event to href? Pin
buffering836-Jul-11 5:51
buffering836-Jul-11 5:51 
GeneralRe: how can i insert onClick event to href? Pin
Manfred Rudolf Bihy6-Jul-11 6:14
professionalManfred Rudolf Bihy6-Jul-11 6:14 
GeneralRe: how can i insert onClick event to href? Pin
Hà Duy Thuận10-Jan-12 22:14
Hà Duy Thuận10-Jan-12 22:14 
hello!
If u use jquery. It is easy to do this.
Demo
HTML
  <a id='name_of_id'>click here</a>
<script type='text/javascript'>
  $("#name_of_id").click(function(){
    //write event in here
  });
</script>

GeneralRe: how can i insert onClick event to href? Pin
Ali Al Omairi(Abu AlHassan)6-Jul-11 11:13
professionalAli Al Omairi(Abu AlHassan)6-Jul-11 11:13 
GeneralRe: how can i insert onClick event to href? Pin
Manfred Rudolf Bihy8-Jul-11 1:59
professionalManfred Rudolf Bihy8-Jul-11 1:59 
AnswerRe: how can i insert onClick event to href? Pin
Ali Al Omairi(Abu AlHassan)6-Jul-11 3:25
professionalAli Al Omairi(Abu AlHassan)6-Jul-11 3:25 
GeneralRe: how can i insert onClick event to href? Pin
buffering836-Jul-11 5:34
buffering836-Jul-11 5:34 
GeneralRe: how can i insert onClick event to href? Pin
buffering836-Jul-11 5:51
buffering836-Jul-11 5:51 
GeneralRe: how can i insert onClick event to href? Pin
Ali Al Omairi(Abu AlHassan)6-Jul-11 11:07
professionalAli Al Omairi(Abu AlHassan)6-Jul-11 11:07 
AnswerRe: how can i insert onClick event to href? Pin
Not Active6-Jul-11 7:41
mentorNot Active6-Jul-11 7:41 
GeneralRe: how can i insert onClick event to href? Pin
Ali Al Omairi(Abu AlHassan)6-Jul-11 11:08
professionalAli Al Omairi(Abu AlHassan)6-Jul-11 11:08 
Questionhow do save div to html file Pin
apadana_19896-Jul-11 2:05
apadana_19896-Jul-11 2:05 
AnswerRe: how do save div to html file Pin
Richard MacCutchan6-Jul-11 2:21
mveRichard MacCutchan6-Jul-11 2:21 
GeneralRe: how do save div to html file Pin
apadana_19897-Jul-11 4:06
apadana_19897-Jul-11 4:06 
GeneralRe: how do save div to html file Pin
Richard MacCutchan7-Jul-11 4:32
mveRichard MacCutchan7-Jul-11 4:32 
GeneralRe: how do save div to html file Pin
apadana_19898-Jul-11 20:22
apadana_19898-Jul-11 20:22 
GeneralRe: how do save div to html file Pin
Richard MacCutchan8-Jul-11 23:20
mveRichard MacCutchan8-Jul-11 23:20 
QuestionDiv Create dynamic and click Pin
anishkannan5-Jul-11 1:48
anishkannan5-Jul-11 1:48 
AnswerRe: Div Create dynamic and click [modified] Pin
Manfred Rudolf Bihy6-Jul-11 2:20
professionalManfred Rudolf Bihy6-Jul-11 2:20 
QuestionI don't know why css name is initialization. Pin
buffering833-Jul-11 17:30
buffering833-Jul-11 17:30 

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.