Hello,
I am new to javascript and jquery, i load the data from another site through php but i want to refresh it every minute without use of php because they data returned is in this format 1000, 10000 offcourse the numbers are different everytime.
So how can i load the data every minute and split it, like in php i use explode(",", "1000, 10000").
I want to split the data to display the % so in this example 1000/10000 * 100 will give us 10%.
Thank You.