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
Post a Comment