Each time am trying the get the value of an element in my page, I have an error as is undefined: I have tried dijit.byId('myid').innerHTML('loading...');
I get an error
but when i do the same using jquery, it works $('#myid').html('loading ...')
And what is the equivalent of this $('#myid').html()
in dojo?
Thanks for any advise