- Code:
var id = '10' //<--- change the id
$.get('/u' + id , function (e) {
console.log(e); //<--- all html tree
});
since e is a html but we can not not user getelementbyid, getelementbyclass .. etc.
Is anyway we can use those functions to get the value ??
Last edited by TamDonCo on September 26th 2016, 2:26 am; edited 1 time in total