7 $themedir = get_template_directory_uri(); |
7 $themedir = get_template_directory_uri(); |
8 |
8 |
9 function my_scripts() { |
9 function my_scripts() { |
10 global $themedir; |
10 global $themedir; |
11 wp_enqueue_script('slides-min-jquery', $themedir . '/js/slides.min.jquery.js','','',true); |
11 wp_enqueue_script('slides-min-jquery', $themedir . '/js/slides.min.jquery.js','','',true); |
12 wp_enqueue_script('jquery-ui-min', 'http://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js','','',true); |
12 wp_enqueue_script('jquery-ui-min', 'https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.14/jquery-ui.min.js','','',true); |
13 wp_enqueue_script('jquery-easing', $themedir . '/js/jquery.easing.1.3.js','','',true); |
13 wp_enqueue_script('jquery-easing', $themedir . '/js/jquery.easing.1.3.js','','',true); |
14 wp_enqueue_script('jquery-iconmenu', $themedir . '/js/jquery.iconmenu.js','','',true); |
14 wp_enqueue_script('jquery-iconmenu', $themedir . '/js/jquery.iconmenu.js','','',true); |
15 wp_enqueue_script('jquery-nav-min', $themedir . '/js/jquery.nav.min.js','','',true); |
15 wp_enqueue_script('jquery-nav-min', $themedir . '/js/jquery.nav.min.js','','',true); |
16 wp_enqueue_script('jquery-nav', $themedir . '/js/jquery.nav.js','','',true); |
16 wp_enqueue_script('jquery-nav', $themedir . '/js/jquery.nav.js','','',true); |
17 wp_enqueue_script('plugins', $themedir . '/js/plugins.js','','',true); |
17 wp_enqueue_script('plugins', $themedir . '/js/plugins.js','','',true); |