Hi, I am currently using the Google API to enable jQuery in my sites as follows:
<script src="http://www.google.com/jsapi"></script> <script>google.load("jquery", "1.3.2");</script>
How would I do the same for jQuery UI javascript and css files?
javascript jquery jquery-ui google-api
cointilt
source share