Drupal 6.16 / jQuery Update 6.x-2.x-dev (2009-apr-24) / jQuery UI 6.x-1.x-dev
I'm newbie..
Have drupal with jquery update dev module.. gives a link in a html:
<script type="text/javascript" src="/sites/all/modules/jquery_update/replace/jquery.min.js?5"></script>
which seems to be fine.. than I have jQuery UI 6.x-1.x-dev and I have downloaded the latest jQuery UI 1.7 development package from:
http://code.google.com/p/jquery-ui/downloads/list?can=3&q=1.7
and moved it to folder:
/sites/all/modules/jquery_ui/jquery.ui/
now i dont see any warnings in drupal admin.. everything seems to work good..
BUT my problem is with the implementation to drupal...!!!
I still can't see html with jquery-ui-1.7.2.css
or jquery-ui-1.7.2.min.js
import tag...which i think are needed..
the docs says I need these lines in my html:
<link type="text/css" href="css/themename/jquery-ui-1.7.1.custom.css" rel="Stylesheet" />
<script type="text/javascript" src="js/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="js/jquery-ui-1.7.1.custom.min.js"></script>
so the question is how can I achieve that? thanxs