Examples are as follows:
//placeholder Compatibility
function isPlaceholer(){
var input = document.createElement('input');
return "placeholder" in input;
}
The result of this function returns true or false
Examples are as follows:
//placeholder Compatibility
function isPlaceholer(){
var input = document.createElement('input');
return "placeholder" in input;
}
The result of this function returns true or false