Results 4 comments of Matteo

dougaraujos can I use your code? fits best for my problem

_createItemsFromHTML: function(){ var that = this, element = this.element; var body = element.find("tbody"); if (body.length > 0) $.each(body.find("tr"), function(){ var row = $(this); var tr = []; $.each(row.children("td"), function(){ var...

I need to preserve the keywords of "viewjs", it must not remove them, I can't call a viewjs method from vanilla js

@shehzadraheem Please, could you give me some help on how can set MediaBitrates? thanks