jquery - Convert Javascript string to html table -


i have html code of table in javascript string, when convert code html object, html tag disappared , remain content of itss tag... code

var tab = this.model.get("table"); console.log(tab);                   //here result $(tab).appendto(this.el)            //here tags hidden 

http://pastebin.com/uwpum6vh here result;

http://pastebin.com/gcsnfg1a , here results htdden tags.

can me?

p.s. excuse me bad english... :)


Comments

Popular posts from this blog

html - How to style widget with post count different than without post count -

How to remove text and logo OR add Overflow on Android ActionBar using AppCompat on API 8? -

javascript - storing input from prompt in array and displaying the array -