Print content of object you can use
you can see the result in console like below.
For open console press F12 in chrome browser, you will found console tab in debug mode.
console.log(obj_str);
you can see the result in console like below.
Object {description: "test"}
For open console press F12 in chrome browser, you will found console tab in debug mode.
No comments