WordPress 3.8.3. custom theme – sliders won’t load js/css files

As Chip notes in the comments: alway use the jquery bundled with WP. When you are developing your own theme, always make sure wp_head and wp_footer are present.

Plugins assume you are following these standards and will make sure their sliders or whatever work with them. Using other versions of jquery essentially means the slider scripts becomes untested and may not work.