On the iPad my alert('hi') pops up with a URL in the title zone. Can I turn this URL off? I do not want to see it. I am considering using some jQuery plugin as a workaround, but it sure would be nice to just fix it.
On the iPad my alert(‘hi’) pops up with a URL in the title zone.
Share
You can’t change the title of a javascript alert box, for user security reasons. You could use an alternative such as a pop-up
<div>.