I am trying to study the jquery class, but I have a hard time debugging an object because I can\'t see the element inside of it
Just convert your object to a JSON object using stringfy.
alert(JSON.stringify(yourObjectVariable));
simple as pie :)