[Solved] Cant find where I did not close my bracket. Uncaught SyntaxError: Unexpected end of input

Took me little long to debug your code but I think I found where the problem is. Actually, the problem isn’t with the code that you have shown us. The problem is somewhere else. You have missed to close two function. Look at the code below: $(document).ready(function () { $(“.newsletter”).colorbox({ iframe: true, width: “500px”, height: … Read more