Javascript.RU

Создать новую тему Ответ
 
Опции темы Искать в теме
  #1 (permalink)  
Старый 09.03.2016, 14:58
Новичок на форуме
Отправить личное сообщение для vlanger Посмотреть профиль Найти все сообщения от vlanger
 
Регистрация: 09.03.2016
Сообщений: 1

Uncaught TypeError: Cannot read property 'parent' of null
var id_user = $('#id_user').val();
    var id_news = element.parent().find('#id_news').val();
    $.ajax({
        // метод отправки 
        type: "POST",

Я так понимаю ругается на то что нет никаких данных в var id_news. Хотя вроде как всё уходит. Помогите решить. Заранее спасибо! Вот html
<div id="votes">
            Rating: <b><?=($last['count_votes'] == 0) ? "Нет оценок" : $last['rating'] . " Голосов: " . $last['count_votes']; ?></b>
            <br/>
            <span <?=($last['rating']>=1) ? 'class="current_vote" current="1"' : 'current="0"';?> id="num_vote" num_vote="1" ></span>
            <span <?=($last['rating']>=2) ? 'class="current_vote" current="1"' : 'current="0"';?> id="num_vote" num_vote="2" ></span>
            <span <?=($last['rating']>=3) ? 'class="current_vote" current="1"' : 'current="0"';?> id="num_vote" num_vote="3" ></span>
            <span <?=($last['rating']>=4) ? 'class="current_vote" current="1"' : 'current="0"';?> id="num_vote" num_vote="4" ></span>
            <span <?=($last['rating']>=5) ? 'class="current_vote" current="1"' : 'current="0"';?> id="num_vote" num_vote="5" ></span>
	<input type="hidden" id="id_news" value="<?=$last['id'];?>" />
	<input type="hidden" id="count_votes" value="<?=$last['count_votes'];?>" />
	<input type="hidden" id="rating" value="<?=$last['rating'];?>" />

	</div>

Последний раз редактировалось vlanger, 09.03.2016 в 15:00. Причина: дополнение
Ответить с цитированием
  #2 (permalink)  
Старый 09.03.2016, 17:42
Аватар для Coriolan161
Профессор
Отправить личное сообщение для Coriolan161 Посмотреть профиль Найти все сообщения от Coriolan161
 
Регистрация: 21.11.2015
Сообщений: 440

vlanger,
он не понимает кто такой element и ругается на то, что ты обращаешься к его свойству
Ответить с цитированием
Ответ



Опции темы Искать в теме
Искать в теме:

Расширенный поиск


Похожие темы
Тема Автор Раздел Ответов Последнее сообщение
Парсинг рамблер кассы Sub-zerro Общие вопросы Javascript 10 19.02.2018 23:13
Uncaught TypeError: Cannot read property 'getElementById' of null kilohertz_. AJAX и COMET 5 07.12.2014 08:04
Cannot read property of null blacklool Общие вопросы Javascript 5 16.01.2014 09:51
Ext.data.Record.create - Uncaught TypeError: Cannot read property 'items' of undefine potkin ExtJS 2 01.07.2012 23:29
JavaScript error: Cannot read property 'style' of null mainne Javascript под браузер 4 03.03.2012 18:15