You can move SQL Server Agent jobs from one server to another by scripting the jobs. The best way is by opening up SQL Server Management Studio.
Select View Object Explorer from the VIew Menu in SQL Server Management Studio.

From the Object Explorer Details window select all the jobs that you want to copy. Right click and select Script Job As then Create To , New Query Editor Window.

This will create one script for all the jobs. This script can be saved then run on the new server. This will recreate all of the jobs on the new server.