-1

Possible Duplicate:
Downloading jQuery CSS from Google's CDN

Is anyone here knows how to use content delivery network (Google) for css jquery datepicker? Is that possible? Here is the css.

<link type="text/css" href="css/sunny/jquery-ui-1.8.23.custom.css" rel="stylesheet" />

like for jquery and jquery ui i used:

<script src="https://ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js" type="text/javascript"></script>
<script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.8.23/jquery-ui.min.js" type="text/javascript"></script>  

Thank you.

Community
  • 1
  • 1
Paal Waan
  • 49
  • 1
  • 1
  • 4
  • Take a look at your previous thread and my answer [](http://stackoverflow.com/questions/12170388/the-current-context-for-id-does-not-exist) – KV Prajapati Aug 29 '12 at 04:24

1 Answers1

1

According to the JQuery UI Blog it looks like you can grab it here:

James Errico
  • 5,876
  • 1
  • 20
  • 16