Ctrl + F not finding input values?

2019-04-17 03:34发布

So within every other modern browser, ctrl+F can find values of input fields. In IE(X), however, it doesn't find it at all. Is there a way to get the find functionality to find those values? Or is there an attribute/tag/property that can be used to get that functionality?

It needs to find values in input tags.

1条回答
Emotional °昔
2楼-- · 2019-04-17 03:48

You can use the IE developer tools, it has its own "Search for items" where you can find specific text inside the markup

https://msdn.microsoft.com/en-us/library/ie/gg589512%28v=vs.85%29.aspx

查看更多
登录 后发表回答