how to embed the code
how to embed the code
hi, im new to jQuery
recently I am doing a research survey, like many other open source
softwares, it allows change in templates (files with .pstpl)
or embed js in the admin panel where there allows adding your own
codes. I downloaded the code for tabs. what I did was, I simply added
the
<link type="text/css" href="css/themename/jquery-ui-1.7.2.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.2.custom.min.js"></script>
in the head file
then I copy and pasted the demo codes in the body to the place where
codes are allowed. however, all the contents showed
and the tabs didnt show. I am afraid I might added the code in the
wrong place
please let me know