Hi All,
I am new to SAP Ui5
I have used jquery plugin from this site for creating a 'Accept cookie' functionality in my page
But am getting an error in the console
$(...).cookieBar is not a function
I have defined the function like this
$( document ).ready(function() {
$.cookieBar();
Can you Please help me in this regard?