javascript - Get div value using jquery or js -


a have e3 , e2 divs, , parent div e. there many e divs on page. how can e3 div value when click on div e2? thanks.

there no value attribute div. innerhtml through javascript.

var divvalue = document.getelementbyid('e3').innerhtml;


Comments

Popular posts from this blog

php - Admin SDK -- get information about the group -

ruby on rails - one-to-many through referance table -

java - How to execute tasks in ExecutorService sequentially? -