Welcome to the Treehouse Community

Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.

Looking to learn something new?

Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.

Start your free trial

PHP Laravel 4 Basics Continuing CRUD Deleting & Destroy Data

I cannot get the JQuery delete prompt to work

I cannot get the JQuery prompt to pop up when a list is deleted. It is loading in the page properly as best I can tell. I have double checked the code and it matches up.

I'm using Laravel 5 if that makes any difference.

1 Answer

Hello there, it's difficult to help out without seeing your code ;)

Check the Markdown Cheatsheet for tips on posting code. If you have any trouble, ask away!

To me it sounds like you have a syntax error in your javascript. If you open up the console in the browser, do you see any red errors?