mariavaz / assignments

Front-End Developer
1 stars 0 forks source link

Assignment 4 Feedback #5

Open stefems opened 7 years ago

stefems commented 7 years ago

FEWD Week #4 Project: JavaScript Basics


Description

The team from Relaxr is back...again! They want their page to be more interactive and asked you to add JavaScript to their source code. You've been given the HTML and CSS but will need to create a JavaScript file and add a few different pieces of interactivity: Users should be able to click a link and have the remainder of the blog's content slide down and appear on the page, both on the main content column and the side bar; users should also be able hide the content when they are finished reading. See a detailed technical explanation below.

Student: _Maria Vazquez___

Project URL: _https://github.com/mariavaz/assignments___________________

Technical Requirements Does Not Meet Expectations (0) Meets Expectations (1) Exceeds Expectations (2)
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- -------------------------------- ------------------------ --------------------------
Use in-line-block or floats in your CSS to achieve a two-column layout- Prevent a form submission with the event.preventDefault() function 2
Use the $.ready() handler to delay your code from executing until all DOM assets have been loaded 2
Select the appropriate DOM elements with CSS selectors upon a user's click using the $.click() handler 2
Have the text in the ``` tag slide down along with a "Read Less" link in the blog post using,$.slideDown()and$.show()``` 2
Hide the "Read More" link using $.hide() 2
Have the ``` slide up and hide the "Read Less" link using,$.slideUp()and$.hide()``` 2
Show the "Read More" link using $.show() 2
Using the same functions as above, if a user clicks the "Learn More" link in the sidebar, have the inside that slide down and hide the "Learn More" link using $.slideDown() and $.hide() 2
TOTAL: _16/16
stefems commented 7 years ago

I added some inline comments into your commit for the fourth assignment related to a few things happening with your functions. Let me know if you'd like to talk about those things in person. Besides that, you still did a great job with the assignment.