FloG Posted April 2, 2008 Report Share Posted April 2, 2008 Здравствуйте. Подскажите, как сделать так, чтоб "0" в таблице html автоматически окрашивался в красный цвет? Link to comment Share on other sites More sharing options...
0 homm Posted April 2, 2008 Report Share Posted April 2, 2008 Если и можно так, сделать, работать будет не везде. Лучше воспользоваться jQuery. Link to comment Share on other sites More sharing options...
0 FloG Posted April 2, 2008 Author Report Share Posted April 2, 2008 Да? : А я гто-слышал, что на JS можно сделать... Link to comment Share on other sites More sharing options...
0 homm Posted April 2, 2008 Report Share Posted April 2, 2008 Да? : А я гто-слышал, что на JS можно сделать...jQuery ? это и есть ?на JS?. ?на JS можно сделать? это и есть ?не у всех будет работать? Link to comment Share on other sites More sharing options...
0 FloG Posted April 2, 2008 Author Report Share Posted April 2, 2008 =)) А у кого будет работать? Только на эксплорере? Link to comment Share on other sites More sharing options...
0 homm Posted April 2, 2008 Report Share Posted April 2, 2008 Короче, на jQuery это будет выглядеть так:$("#my-puper-table td").each( function(i){ if (this.innerText == '0'){ this.style.color = 'red'; } else { this.style.color = 'green'; }}); Link to comment Share on other sites More sharing options...
0 FloG Posted April 2, 2008 Author Report Share Posted April 2, 2008 Спасибо. Попробую сейчас ) Link to comment Share on other sites More sharing options...
0 FloG Posted April 2, 2008 Author Report Share Posted April 2, 2008 А это в хэде писать в тегах Скрипт? А в таблице надо как то обозначать? Link to comment Share on other sites More sharing options...
0 homm Posted April 2, 2008 Report Share Posted April 2, 2008 http://htmlbook.ru/html/script.htmlТак красивее:$("#my-puper-table td").each( function(i){ this.style.color = this.innerText == '0' ? 'red' : 'green';}); Link to comment Share on other sites More sharing options...
0 FloG Posted April 2, 2008 Author Report Share Posted April 2, 2008 ЗЫ... я просто вообще не понимаю Яву.... ((( Link to comment Share on other sites More sharing options...
0 Dimitry Wolotko Posted April 2, 2008 Report Share Posted April 2, 2008 homm, прочти правила раздела.Будь вежливей - нечего сказать или хочешь сказать бред - не стоит. В этом разделе - не стоит. Link to comment Share on other sites More sharing options...
0 FloG Posted April 2, 2008 Author Report Share Posted April 2, 2008 Короче у меня ч? то нич? не получается ((( Если можно по-подробнее напишите. Я то я загнусь )) Link to comment Share on other sites More sharing options...
0 homm Posted April 2, 2008 Report Share Posted April 2, 2008 http://jquery.com/ поставил? Link to comment Share on other sites More sharing options...
0 FloG Posted April 2, 2008 Author Report Share Posted April 2, 2008 нет. а без этого никак? (( Link to comment Share on other sites More sharing options...
0 D.S.Denton Posted April 3, 2008 Report Share Posted April 3, 2008 используя jquery без него никак, очевидно.равно как чтоб установить программу с CD, нужно все-таки иметь дисковод и операционку, для которой эта программа подходит Link to comment Share on other sites More sharing options...
Question
FloG
Здравствуйте. Подскажите, как сделать так, чтоб "0" в таблице html автоматически окрашивался в красный цвет?
Link to comment
Share on other sites
14 answers to this question
Recommended Posts