¡@

Home 

2014/10/16 ¤W¤È 12:06:03

jquery Programming Glossary: orbits

$(this) OR event.target OR var input = $(this)

http://stackoverflow.com/questions/3388019/this-or-event-target-or-var-input-this

jQuery plugin to make an element orbit another? [closed]

http://stackoverflow.com/questions/7454667/jquery-plugin-to-make-an-element-orbit-another

jQuery.fn.orbit function s options var settings orbits 1 Number of times to go round the orbit e.g. 0.5 half an orbit.. niters if settings.clockwise delta delta niters settings.orbits create the timeout_loop function to do the work var timeout_loop.. 0 niters delay settings jQuery '#mercury' .orbit '#sun' orbits 8 period 2000 '#venus' .orbit '#sun' orbits 4 period 4000 '#earth'..

$(this) OR event.target OR var input = $(this)

http://stackoverflow.com/questions/3388019/this-or-event-target-or-var-input-this

jQuery plugin to make an element orbit another? [closed]

http://stackoverflow.com/questions/7454667/jquery-plugin-to-make-an-element-orbit-another

for. See this fiddle for an example of how to use it. function jQuery.fn.orbit function s options var settings orbits 1 Number of times to go round the orbit e.g. 0.5 half an orbit period 3000 Number of milliseconds to complete one orbit... var delta 2 Math.PI niters var delay settings.period niters if settings.clockwise delta delta niters settings.orbits create the timeout_loop function to do the work var timeout_loop function s r theta delta iter niters delay settings setTimeout.. Call the timeout_loop function timeout_loop s r theta delta 0 niters delay settings jQuery '#mercury' .orbit '#sun' orbits 8 period 2000 '#venus' .orbit '#sun' orbits 4 period 4000 '#earth' .orbit '#sun' orbits 2 period 8000 .css backgroundColor..