Link to home
Start Free TrialLog in
Avatar of doctorbill
doctorbillFlag for United Kingdom of Great Britain and Northern Ireland

asked on

jquery calendar

I have been using the jquery calendar on one of my web pages. Some of the scripts needed are being accessed via web links:

<link rel="stylesheet" href="http://jqueryui.com/themes/base/jquery.ui.all.css">
      <script src="http://jqueryui.com/ui/jquery.ui.core.js"></script>
      <script src="http://jqueryui.com/ui/jquery.ui.widget.js"></script>

      <script src="http://jqueryui.com/ui/jquery.ui.datepicker.js"></script>

I just want to know where I can download these files so I can use them locally. If I go to the links I get js scripts as text which I can save as *.js files. I presume that these are good enough to use as source code. The only one that is a problem is the first link (the css) - it looks as if it is pointing to local files on the remote server.

Can someone help me with the download of these files please - I presume they are in the public domain somewhere
ASKER CERTIFIED SOLUTION
Avatar of c_a_n_o_n
c_a_n_o_n
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of doctorbill

ASKER

very fast and accurate