Answer the question
In order to leave comments, you need to log in
Is it possible to create tags using JS?
There was a need to create, but I can not find how to do it
Answer the question
In order to leave comments, you need to log in
Can it be like this
new Date('2019-03-11 15:48:37').toLocaleDateString('ru-RU', {
month: 'short',
day: '2-digit',
hour: '2-digit',
minute: '2-digit'
});
What exactly are the tags? The DOM is fully workable
// $('ТЕГ', {ОБЪЕКТ С ПАРАМЕТРАМИ});
var img = $('<img>', {src: 'img.jpg'});
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question