Wednesday, 8 March 2017

How To Check Control is Exits or Not in Javascript?

if (document.getElementById('Your_Control_Id') != undefined)
{
    document.getElementById('Your_Control_Id').textContent = valueofmeter;
}

No comments:

Post a Comment