if i do if(u.length!=0)... i cant, because may be that u is not an objet but is a string and u.length will return me the characters ammount that it has.
how can i know that?
to know if something is an objet or an string (javascript)
Moderator: General Moderators