Profile image for HotMorris Dazure.net hotmorris
JQuery Check is Array
Language
JavaScript
Tags
JQuery

JQuery Check is Array

1 Check is it in array? 2 3 if(jQuery.inarray(whatyousource, destination_array) == '-1'{ 4 alert(' is in the array'); 5 } 6 7 Every one second get current time 8 9 setInterval(function(){ 10 var timestamp = jQuery.now(); 11 $('#time').text(timestamp); 12 },1);

Comments