I am using Liferay DXP version 7.0. Recently we migrated theme from 6.2 to 7.0 While doing so we copied our sources related to jquery apart from jquery js file.
We have noticed that there is out of the box jquery available in DXP. So I haven't included jquery in theme.
Rest of the jquery stuff works as is. However, the cookie part fails with
$.cookie is not a function
If i try to import same version of jquery i.e 2.1.4 provided by Liferay in plain html along with jquery.cookie.js it works fine but not with Liferay server.