Learn about a javascript object -
i have [object object] being passed argument through jquery function , want learn more it. don't want know specific situation (unless there no solution) how replicate php's var_dump().
you use console.log(your_object_instance); , in firebug console in firefox. works chrome/safari developers tools. learn need object such properties, methods, ...
Comments
Post a Comment