OBS: download the application please visit www.mrbool.com/player
Title: Introduction to jQuery -Manipulating Page Elements
Description: This video continues the discussion of manipulating page elements. There are many functions in jQuery that help us just that. We discuss how we can change the html of some divs, appending and prepending some text to a div, inserting divs after other divs. The second section discusses how we can wrap divs with other divs, replace spans and remove spans from the page.
Methodology: Using jQuery library.
Technologies: JavaScript, HTML, jQuery.
Examples constructed: We create few divs, spans and a button on the page. The jQuery code will manipulate those elements by appending to them, prepending to them, wrapping them with other divs, and replacing and removing spans.
Keywords: jQuery, JavaScript, div, $(document).ready(), function, html, append, prepend, after, wrap, and replaceWith.