I have the following javascript :
$( document ).ready(function() {
var pos = $('#center').position(),
radiusSat = $('#sat1').width() * 0.5,
radius = $('#center').width() * 0.5,
cx = pos.left + radius,
cy = pos.top + radius,
x,...
asked by
05.10.2017 / 11:41