24.10.2014 Views

Hafez Rouzati

Hafez Rouzati

Hafez Rouzati

SHOW MORE
SHOW LESS

Create successful ePaper yourself

Turn your PDF publications into a flip-book with our unique Google optimized e-Paper software.

Selectors<br />

// get all the divs with class warning and notice<br />

var elements = document.querySelectorAll('div.warning, div.notice');<br />

// get all the a elements contained by div with id ‘menu’<br />

var elements = document.querySelectorAll('#menu a');

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!