Why doesn't Firefox show the correct default select option?

前端 未结 11 1133
醉酒成梦
醉酒成梦 2020-11-28 07:02

I\'m making a web app to manage product SKUS. One part of that is to associate SKUs with product names. On each row of a table, I list a SKU and display a

11条回答
  •  执念已碎
    2020-11-28 07:43

    I've figured out. If you put onunload or $(window).unload (jquery) on your HTML with no-cache header, Firefox reloads the page and initialize DOM even from back button.

提交回复
热议问题