terjadi eror saat memasang jquery ui

hai teman" slamat siang , saya coba membuat menu dropdown dengan jquery , testing pertama , kedu dan ketiga lancar gak ada masalah , tapi setelah saya instal jquery-ui ada eror , yang didalam jquery ui saya menggunakan fungsi effect . barangkali ada solusi , terimakasih SEKOLAH KODING :D

<script>
	$(document).ready(function(){
		$("#hover").mouseenter(function(){
			$("#sub").effect();
		});
		$("#hover").mouseleave(function(){
			$("#sub").slideUp(800);
		});
	});
</script>

dan ini script jquery-ui nya

<!-- JQUERY CSS -->

	<link rel="stylesheet" type="text/css" href="jquery-ui-1.12.1/jquery-ui-1.12.1/jquery-ui.css">
	<link rel="stylesheet" type="text/css" href="jquery-ui-1.12.1/jquery-ui-1.12.1/jquery-ui.min.css">
	<link rel="stylesheet" type="text/css" href="jquery-ui-1.12.1/jquery-ui-1.12.1/jquery-ui.structure.css">
	<link rel="stylesheet" type="text/css" href="jquery-ui-1.12.1/jquery-ui-1.12.1/jquery-ui.structure.min.css">
	<link rel="stylesheet" type="text/css" href="jquery-ui-1.12.1/jquery-ui-1.12.1/jquery-ui.theme.css">
	<link rel="stylesheet" type="text/css" href="jquery-ui-1.12.1/jquery-ui-1.12.1/jquery-ui.theme.min.css">

	<!-- JQUERY SCRIPTS -->

	<script src="jquery-ui-1.12.1/jquery-ui-1.12.1/jquery-ui.min.js"></script>
	<script src="jquery-ui-1.12.1/jquery-ui-1.12.1/jquery-ui.js"></script>
        <script src="jquery.js"></script>

avatar adiezhun
@adiezhun

24 Kontribusi 4 Poin

Diperbarui 7 tahun yang lalu

1 Jawaban:

errornya apa? belum dijelaskan

avatar hilmanski
@hilmanski

2670 Kontribusi 2132 Poin

Dipost 7 tahun yang lalu

Login untuk ikut Jawaban