html - Accessing id using Javascript function -


i have set of html pages. how values of particular id occurring in html pages using javascript function? need add function in html pages or what?

if use jquery, use $('#id').

if use javascript, use document.getelementbyid(id);.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -