<script type="text/javascript" src="js/jquery.js"></script>
<script type="text/javascript" src="js/jquery_002.js"></script>
<script type="text/javascript">
$(document).ready(function() {
var sl=$('#slider');
sl.cycle({
fx: 'fade',
});
});
</script>
This code is for sliding two or more images this works fine for index.html file but not working for files in sub directory ,in dreamweaver after choosing id="... am get slider as identifier in list box for index.html file
where code works fine ,similar is not seen in sub directory files
path to external .js files is correct in all case
any one help

New Topic/Question
Reply



MultiQuote



|