jQuery $.cookie is not a function
Here are all the possible problems/solutions I have come across: 1. Download the cookie plugin $.cookie is not a standard jQuery function and the plugin needs to be downloaded here. Make sure to include the appropriate <script> tag where necessary (see next). 2. Include jQuery before the cookie plugin When including the cookie script, make sure to include jQuery … Read more