anselb / activity-planner

A simple web app for creating itineraries of locations to visit from yelp
2 stars 7 forks source link

Adding Delete Button jQuery Script #30

Closed Jeffchiucp closed 6 years ago

Jeffchiucp commented 6 years ago

Per User request, I think we need to create a delete button script https://github.com/anselb/activity-planner/blob/7ff600ae43526eec6db32c8b3230a405fb2feb2f/public/javascripts/routes-script.js#L3

Jeffchiucp commented 6 years ago

-$('.activity-delete').click(function(){ -added the media-list-form -added the ajax route that is required to do

Jeffchiucp commented 6 years ago

issue is resolve at the previous pull request #31 @JeffChiu2009