zeus.ugent.be/content/cammie.coffee

7 lines
190 B
CoffeeScript
Raw Normal View History

2016-07-18 07:24:24 +00:00
$('.ctrl').click ->
$.ajax "//kelder.zeus.ugent.be/webcam/cgi/ptdc.cgi",
data:
command: $(this).attr("command")
posX: $(this).attr("posX")
posY: $(this).attr("posY")