Skip to content

Instantly share code, notes, and snippets.

@jjsilas
Created January 11, 2020 06:47
Show Gist options
  • Save jjsilas/d2c78ecbf4472548d190604067ea9d47 to your computer and use it in GitHub Desktop.
Save jjsilas/d2c78ecbf4472548d190604067ea9d47 to your computer and use it in GitHub Desktop.
Shopping cart additional functions Pseudo Code
Create Item Pseudo Code
1. Create a jQuery function to listens for clicks on the submit button.

Check/Uncheck Items Pseudo Code
1. Create a jQuery function to check and un check new or existing items when the "Check" button is pressed.
2. The status of the check should be evaluated as checked or unchecked.
Delete Items Pseudo Code
1. Create a jQuery function to delete an item upon clicking the "Delete" button
2. The status of the delete needs to be verified.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment