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

JavaScript jQuery Basics (2014) Creating a Password Confirmation Form Perform: Part 1

William McManus
William McManus
14,819 Points

Adding this jQuery password confirmation script into a larger site using PHP, Slim, and Twig.

So, when I place this login form into a larger site that is using PHP/Slim/twig the jQuery script runs but does not funtion. By that I mean that I put a console.log start/stop report in and the console is reporting that the script is indeed running. However, the actual jQuery is not functioning.

IS this a conflict between jQuery and PHP w Slim? or is it because I am running on my local machine and I cant have an active LOCALHOST php server and java server?

If anyone knows if there is a way to get around this without putting it up on an actual server, please let me know. thanks!