Podcast
Questions and Answers
What is the jQuery method used to perform an asynchronous HTTP request?
What is the jQuery method used to perform an asynchronous HTTP request?
- jQuery xhr() method
- jQuery sync() method
- jQuery async() method
- jQuery ajax() method (correct)
What does the syntax $("div#myDiv.para") will select?
What does the syntax $("div#myDiv.para") will select?
- Only div elements with class = "para" and not with id = "myDiv"
- All elements with class = "para" or with id = "myDiv"
- All elements with id = "myDiv" and class = "para"
- All div elements with class = "para" and id = "myDiv" (correct)
What is a server-side solution for implementing responsive images?
What is a server-side solution for implementing responsive images?
- Adaptive Images (correct)
- Picturefill
- Responsive Design
- Responsive Images
In which company was Bootstrap first introduced?
In which company was Bootstrap first introduced?
Which of the following class in Bootstrap is used to align media objects?
Which of the following class in Bootstrap is used to align media objects?
What is the correct element to use for making responsive webpages?
What is the correct element to use for making responsive webpages?