how to alert javascript object [duplicate]

i recommend you use FireBug for debugging javascript. then you can just do

console.log(ui) 

and it’ll log the object in a form you can expand

Leave a Comment