Hi,

how can I run jquery function every 5 minute and updating value on website?

function periodic() {
    // do something usefull
}

// schedule a function to run every 5 minutes
setInterval(periodic, 5*60*1000);
Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.