Search:
Type: Posts; User: utofranz
Search:
Search took 0.01 seconds.
-
mmm another problem...in your startCarouse, when invoking the settouttime, you refer to a precise element
setTimeout(function(){startCarousel('impar',i)},2000)
what if i want to use the same...
-
cute. thanks so much. that's so much easier.
-
my fault, i made some mistakes copying. the exact code should be:
<script type="text/javascript">
var i=0;
function r() {
i++;
if(i==4){i=1;}
var src = "img-" + i + ".jpg"; //images are...
-
i've being trying to change the src of a img tag in order to create some kind of a sequence of images.
<script type="text/javascript">
var i=0;
function r() {
i++;
if(i==4){e=1;}
var src...
|
|