-
Üyelik
09.03.2019
-
Yaş/Cinsiyet
33 / E
-
Meslek
Makine Mühendisi
-
Konum
Gaziantep
-
Ad Soyad
N** A**
-
Mesajlar
2
-
Beğeniler
0 / 0
-
Ticaret
0, (%0)
Konu hakkında şöyle bir çözüm buldum, denedim ve çözdüm arkadaşlar.
html2element: function(html) {
var $template, attributes = {},
template = html;
$template = $(template(this.model.toJSON()).trim()), _.each($template.get(0).attributes, function(attr) {
attributes[attr.name] = attr.value
}), this.$el.attr(attributes).html($template.html()), this.setContent(), this.renderContent()
},