Click here to Skip to main content
15,886,110 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
If i click the image the moon and next image star draw line b/w them.and next i click orbitalradius them draw start to orbitalradius line..

check this link http://www.mindstick.com/Forum/12982/Draw%20line%20between%20div%20by%20click%20on%20div?isNotification=True[^]
Posted
Updated 26-Feb-15 3:20am
v2
Comments
enhzflep 26-Feb-15 11:27am    
Which part of the problem are you having trouble with?

1 solution

The easiest way of adding DOM elements would be using jQuery. Please see: http://api.jquery.com/category/manipulation/dom-insertion-outside[^].

To handle a click: http://api.jquery.com/click[^].

If you need to learn jQuery (highly recommended), please see:
http://en.wikipedia.org/wiki/JQuery[^],
http://jquery.com[^],
http://learn.jquery.com[^],
http://learn.jquery.com/using-jquery-core[^],
http://learn.jquery.com/about-jquery/how-jquery-works[^] (start from here).

Remember that jQuery is designed with compatibility in mind.

—SA
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900