Question

How can I replace default alt text of sharepoint search box that displays when hovering on it as shown in this picture:

Sharepoint Search Box

Which property of this webpart should I change?

Was it helpful?

Solution

You can find details about search box customization in this post.

You can change the alt text with jQuery (SP 2010):

$("#s4-searcharea input).attr('title') = "<SOME NEW TEXT>"; 
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top