E
E
elailasou2014-08-28 08:52:29
Server equipment
elailasou, 2014-08-28 08:52:29

What is the correct way to assign an event to a dynamically created element (set) in jQuery?

What is the correct way to assign an event to a dynamically created element (set) in jQuery?

Answer the question

In order to leave comments, you need to log in

4 answer(s)
W
wukibuh, 2016-07-19
@Ayk72

What does "broadcast" mean?
Recode or not?
Is the video upload logic complicated or not?
If I did without recoding - I would bet on 2 servers:
1. On one (simple) - all business logic.
2. On the other (specialized) - only heavy video files.
Nothing but nginx is needed on the server there.
Or, even better, use ready-made cloud storage hosting for this server.
From the point of view of the client, it is all perceived as one and the same server.

Клёвый Админ, 2016-07-19
@ifaustrue

Ну и вопрос у вас.
Ответы по порядку:
1. Хороший сервер, я бы даже взял несколько. И CDN тоже взял бы.
2. Важно, если собираетесь хранить контент. Если нет - то не очень важно.
3. Мощность важна если будет нагрузка.
4. Памяти нужно столько чтобы всё работало быстро и не упералось в её размеры. Если памяти вашему приложению нужно много - то в сервере её должно быть много и наоборот.
5. Думаю от страны скорость работы сервера не зависит =) уверен в латвии или финляндии скорость процессора на 3,2 ГГц такая же как и в США. Куда собираетесь вещать - там и должно быть размещение. Это вроде бы очевидно =)
Собственно без конкретики, думаю, никто вам больше информации не сообщит.

V
vdem, 2014-08-28
@junk1114

jQuery('.container').on('click', 'a.dynamicLink', function() {
    // Ваш обработчик. jQuery(this) указывает на кликнутую ссылку. Ссылки в ".container" могут создаваться динамически, но сам контейнер - нет.
});

A
apasen, 2014-08-28
@apasen

What's wrong with bind?

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question