Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: simbo67
  • Content: Threads
  • Order by date
  1. simbo67

    get all img elements in all divs where class=test

    hi there i am pretty new to javascript, and i am trying my hardest to make this work. what i have so far: if (!document.myGetElementsByClassName) { document.myGetElementsByClassName = function(className) { var children = document.getElementsByTagName('*') || document.all; var elements =...

Part and Inventory Search

Back
Top