Directions

Free Response and MCQ

  1. What does CRUD stand for?
  2. What are the HTTP verbs that are associated with each CRUD action?
  3. What is JQuery? A method to make javascript much easier buy getting all java script functions in just a few lines of code. Changes to how you write script that is much easier to read and understand.
  4. Match A, B, and C into the JQuery event handler for a data table

    $(C).on(A, B, function() { // code });

  5. Why do we use JQUERY with CRUD? JQuery helps make cross browser compatibility easier to make. It also lets you handle events extremely easily; especially when dealing with user interations, like button clicks or form submissions, which are common crud operators.

Finish the update JQUERY function

ID Name Email Actions