Cannot Get vacancy.js To Work

The error I get now is:

Uncaught TypeError: $(...).novacancy is not a function

This is because, as WolfShade pointed out above, you’re loading a second copy of jQuery after the novacancy.js plugin. If you remove the second jQuery script tag, it should fix the error.