Does anyone know how to load jquery in the footer?

Use the 5th parameter when using the wp_enqueue_script function:

Normally, scripts are placed in <head> of the HTML document. If this parameter is true, the script is placed before the end tag. This requires the theme to have the wp_footer() template tag in the appropriate place.
Default: false