Javascript-форум (https://javascript.ru/forum/)
-   jQuery (https://javascript.ru/forum/jquery/)
-   -   jQuery не подключается. (https://javascript.ru/forum/jquery/4757-jquery-ne-podklyuchaetsya.html)

ghost1k 18.08.2009 18:32

jQuery не подключается.
 
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title><? echo $this->variables['title']; ?></title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta name="keywords" content="<? echo $this->variables['keywords']; ?>" />
<meta name="description" content="<? echo $this->variables['description']; ?>" />
<script type="text/javascript" src="/admin/js/jquery-1.3.2.min.js"></script> <!--chmod 755-->
<script type="text/javascript" src="/admin/js/jquery.tablednd_0_5.js"></script> <!--chmod 755-->
<script type="text/javascript">
$(document).ready(function () {
	$("#table-0").tableDnD({
		onDragClass: "myDragClass",
		dragHandle: "dragHandle"
	});
});
</script>


Firebug:
$(document).ready is not a function
$("#table-0").tableDnD is not a function

Вопрос: КАК ТАКОЕ МОЖЕТ БЫТЬ?!?!?! Демоны?!

Kolyaj 18.08.2009 18:37

Файл со скриптом браузером открывается?

ghost1k 18.08.2009 18:39

Да, открывается.

Kolyaj 18.08.2009 18:45

Ссылку на страницу.

ghost1k 18.08.2009 21:24

я уже подключил jQuery... Второй раз на странице - заработало есессно. lol. Пусть это останется выходками блейна.


Часовой пояс GMT +3, время: 15:12.