codice:
$(document).ready(function(){
  $('#idPulsante').click(function(){
    $('#idElementoDaSpostare').css({'top':100,'left':300})
  })
})