Jump to content
  • 0

setInterval


DrStrangeLove
 Share

Question

Есть код:

(function() {
var m = 0;
var arrayid = new Array(119468, 1, 47, 14555, 20420, 3818, 32854, 12555586, 7847762, 7469886);


window.setInterval(function(){


outputFunction( arrayid[m]);
(m<arrayid.length-1)?m++:m=0;



var s = $('#k').html();
if (s != ""){
$("#k").html("");

}



}
, 3000);




}
)();

Он последовательно выводит данные из массива.

Как сделать также, только с JS объектом?? (Знаю что можно через массив, но хочу понять как через объект)

Объект не индексируется, for цикл для объекта здесь не к месту (как и для массива).

Если задать ключи целыми числами, тогда, вроде как, они явл-ся строками, т.е. инкрементировать их я не могу..

Как быть??

Link to comment
Share on other sites

1 answer to this question

Recommended Posts

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

 Share

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue. See more about our Guidelines and Privacy Policy