Hi,
I am using functions from both jquery-ui and tools.
In the header of my pages, I have the following:
The problem is that when I keep the header as above, some functions of jquery-ui are not found (i.e. datepicker).
And when I switch both libraries and put tools before query-ui, some functions of tools are not found(i.e. tabs)
Any good practices to fix this?
I am using functions from both jquery-ui and tools.
In the header of my pages, I have the following:
<script type="text/javascript" src="/js/jquery-ui-1.7.2.custom.min.js"></script>
<script src="http://cdn.jquerytools.org/1.1.0/jquery.tools.min.js"></script>
The problem is that when I keep the header as above, some functions of jquery-ui are not found (i.e. datepicker).
And when I switch both libraries and put tools before query-ui, some functions of tools are not found(i.e. tabs)
Any good practices to fix this?