2
$ ('# partsPopup')을 사용하여 jquery 팝업을 닫으려고했습니다. 팝업 ("닫기"); 하지만 나에게 팝업 메 시지 오류가 표시되지 않았습니다. 이것은 제가 따라 한 스크립트의 순서입니다. 도와주세요. 감사합니다Uncaught TypeError : Object [object Object]에 'popup'메서드가 없습니다.
<link rel="stylesheet" href="http://code.jquery.com/mobile/1.1.1/jquery.mobile-1.1.1.min.css" />
<script src="http://code.jquery.com/jquery-1.9.1.min.js"></script>
<script src="http://code.jquery.com/mobile/1.3.2/jquery.mobile-1.3.2.min.js"></script>
<link rel="stylesheet" type="text/css" href="css/jquery.mobile-1.3.2.min.css" />
<link rel="stylesheet" type="text/css" href="css/index.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.10.2/jquery.min.js"> </script>
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.2/jquery-ui.min.js"></script>
가 왜'두 번 jquery'로드합니까? – raina77ow