Сообщество IT-специалистов
Ответы на любые вопросы об IT
Профессиональное развитие в IT
Удаленная работа для IT-специалистов
this.$ = $( '<image class="poster"' ); ... this.$.replaceWith( '<video src="http://video.com/video">' );
this.$
var el = this.$; this.$ = $('<video src="http://video.com/video">'); el.replaceWith(this.$);
this.$ = this.$.replaceWith( '<video src="http://video.com/video">' );
this.$ = this.$;