Skip to content

Дз7 #4

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 3 commits into
base: gh-pages
Choose a base branch
from
Open

Дз7 #4

wants to merge 3 commits into from

Conversation

IrinaGr
Copy link

@IrinaGr IrinaGr commented Nov 28, 2012

заменила на jquery. (кроме предыдущего задания(dz-6-async). Эту часть
добавлю, как только она заработает)
работает в IE8
обернула в domready
добавление события на страницу сделала с помощью шаблона (функция
Event.prototype.createSection)

заменила на jquery. (кроме предыдущего задания(dz-6-async). Эту часть
добавлю, как только она заработает)
работает в IE8
обернула в domready
добавление события на страницу сделала с помощью шаблона (функция
Event.prototype.createSection)
var el,
markup = "<p>Событие: ${Name}</p><p>Начало: ${Start}</p><p>Конец: ${End}</p><p>Продолжительность: ${Length}</p><p>Рейтинг: ${Rating}</p><p>Место: ${Place}</p><p>Комментарий: ${Comment}</p><p>Сcылка: ${Link}</p><br>",
event_temp = [{Name: this.name, Start: this.start, End: this.end, Length: hours(this.end - this.start), Rating: this.rating, Place: this.place, Comment: this.comment, Link: this.link}];
el = document.createElement('section');
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

$('<section/>')?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants