Possible Duplicates:
Object comparison in JavaScript
How do I test for an empty Javascript object from JSON?
var abc = {};
console.log(abc=={}) //false, why?
Why is it false? How do I match a blank hash map...?
Possible Duplicates:
Object comparison in JavaScript
How do I test for an empty Javascript object from JSON?
var abc = {};
console.log(abc=={}) //false, why?
Why is it false? How do I match a blank hash map...?
I want to output an inline jpg image as a base64 encoded string, however when I do this : $contents = file_get_contents($filename); print ...
No comments:
Post a Comment