Monday, January 18, 2010

Javascript code to check attributes of an object

If you have firebug enabled, you can view the attr of an obj using:
console.log(object);

No comments:

Post a Comment