I am using jquery ui. and the code is hosted in Here
On opening the console one can see the error "undefined is not a function".
I am unable to find the reason for the same. We tried the same code in local machine(that is localhost), without any other theme, and it worked fine.
The below js we have included
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/themes/smoothness/jquery-ui.css" />
<script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>
I am using ghost blogging platform built on node js. The theme being used is casper. Will be thankful for any kind of help or pointer to this problem that I am facing.
Thanks Again,
Mebin

http://www.ajax...?www- it's not the issue. While second jQuery including<script src="/public/jquery.js?v=b9f058cf2f"></script>atfootercan really be a problem.<link>tag can occur only in the head element<head>.