Показать сообщение отдельно
  #1 (permalink)  
Старый 18.08.2009, 18:32
Новичок на форуме
Отправить личное сообщение для ghost1k Посмотреть профиль Найти все сообщения от ghost1k
 
Регистрация: 18.08.2009
Сообщений: 3

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

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

Последний раз редактировалось ghost1k, 18.08.2009 в 18:34.
Ответить с цитированием