j('h3:contains("Arts")').css('background-color', 'lightBlue')
Category Archives: Uncategorized
New York Times
var j = jQuery.noConflict(); j('h3:contains("Arts")').css('background-color','lightblue');
Jquiery exercise 1
j('h3:contains("Arts")').css('backgroundColor','lightBlue')
j('a').css('border','1px solid blue');
smile, politely
jQuery Tweak
jQuery HW
j('.login-links').css('color', 'black');
j('a').css('backgroundColor' , 'red');
j('a:contains("Photo")').css('color' , 'blue');
Project jQuery: HW
If <strong> contains Karen, blue background
<p> font family, times new roman
<strong> color, yellow
jQuery Screenshot
j(‘p’).css(‘backgroundColor’, ‘pink’);
j(‘p:contains(“Assignment”)’).css(‘font-family’, ‘Impact, Charcoal, sans-serif’);
j(‘h2’).css(‘color’, ‘green’);
Jquery pt 2
Exercise pt. 2 2/5
jQuery Practice 1
Week4 In-Class Screenshot
j(‘href’).css(‘color’, ‘white’);
j(‘p:contains(“Times”)’).css(‘backgroundColor’, ‘yellow’);
j(‘.story-body’).css(‘border’, ‘3px solid red’);
jQuery Tweak
etsy tweak
jquery + CSS
i changed the opacity of the google ad at the top to zero, made trump paragraphs pink, and made a lame weed joke
jQuery 2/5
jQuery Practice
Below is my console. I used a orange border for all a tags. Changed the font size on a class that contained “posts”. And also I made all the text in the top right column green
Exercise 2/5
Project Observe
I used instagram a lot this week so I decided to do my observe on it.
I find it very annoying to have the stories at the top. Instagram really pushes the use of stories (probably to compete with snapchat) and I find it annoying that I’m trying to escape from that on Snapchat only to find it on instagram. The interface is very simple and clean but when you have notifications it really lights up. You have colorful rings on the stories to get you to start there. You get a subtle animation that shows you that you have likes, or when you have people in your DMs that is also lit up. Instagram is also smart enough to recommend to you that theirs people you may know and want to follow, when you most definitely don’t want to follow those people. But it is a constant notifications. Another thing that instagram tries to do is show you what you might like in the search category. Most of the time its endless memes and just funny stuff but i don;t think it’s necessary. It is always interesting to see how much Instagram thinks it knows you to recommend you people and videos/posts.