Network Security Internet Technology Development Database Servers Mobile Phone Android Software Apple Software Computer Software News IT Information

In addition to Weibo, there is also WeChat

Please pay attention

WeChat public account

Shulou

What is the solution to the failure of selected = selected under FireFox?

2025-02-25 Update From: SLTechnology News&Howtos shulou NAV: SLTechnology News&Howtos > Development >

Share

Shulou(Shulou.com)06/03 Report--

Today, I will talk to you about the solution to the ineffectiveness of selected = selected failure under FireFox. Many people may not know much about it. In order to make you understand better, the editor summarized the following content for you. I hope you can get something according to this article.

When you use javascript to dynamically change the selected property of select, it is found that it does not work.

Some hello clearly has selected = 'selected', but it is not chosen.

Only pre-written hello will show that it is selected.

This problem only occurs under firefox5, not under FF4, so I wonder if it is a BUG of FF5.

The possible reason is that FF5 caches some of the attributes of the dom element that were initially loaded for performance reasons, while when using F5 refresh, FF still uses the attributes in the cache instead of the new ones.

You can render new properties only if you use CTRL+F5 to force a refresh.

Finally, the solution was found in stackoverflow: http://stackoverflow.com/questions/6849057/firefox-5-not-using-select-selected-value-on-page-refresh-retaining-old-value

It says that all you have to do is add autocomplete = 'off "to the select tag

I tried it, and it really worked.

After reading the above, do you have any further understanding of the solution to the failure of selected = selected under FireFox? If you want to know more knowledge or related content, please follow the industry information channel, thank you for your support.

Welcome to subscribe "Shulou Technology Information " to get latest news, interesting things and hot topics in the IT industry, and controls the hottest and latest Internet news, technology news and IT industry trends.

Views: 0

*The comments in the above article only represent the author's personal views and do not represent the views and positions of this website. If you have more insights, please feel free to contribute and share.

Share To

Development

Wechat

© 2024 shulou.com SLNews company. All rights reserved.

12
Report