What does this error mean and how do I fix it?
TypeError: $.cookie is not a function [Break On This Error] $($.cookie(\"inputFocus\")).focus()
It means the library that's supposed to have that function is not loaded. But you can set a cookie using javascript, here:
https://developer.mozilla.org/en-US/docs/Web/API/Document/cookie