Project 3

j('img').attr('src','https://i.ytimg.com/vi/HUB2oNbwaEU/maxresdefault.jpg')
j('a').prepend('Apparently, ')


j(".headline").append(', says "What could go wrong?"')
j('a:contains("Fox News")').append(' runs on fear')
j('span:contains("Hot Topics")').prepend('Trump wears ')
j('span:contains("Hot Topics")').append(' new clothing line')


I kind of cheated on this one, but I was trying to find a way to change the button text and I couldn’t seem to do it with prepend

j('[name="btnK"]').val("Don't Google Search, It Hurts Me")
j('#gbqfbb').val("Google Roulette: I'm Feeling Lucky")
j('.sfibbbc').prepend(' please kill me ').css('font-size','26px').css('font-family','comic sans ms')




j('._58mv').append(' We reserve the right to change these terms at any time without notification and we will make opting out very very difficult.')
j('._58mt').append(" is a social construct ")


Comments are closed.