Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
次のコンポーネントを含むページがあります。
ドロップダウン値を変更するか、ボタンを押すと、ページが ajax によって再レンダリングされます。その後、jQuery は動作しなくなりました。ページを更新すると、jQuery は正常に動作します。
これはどのように発生し、どうすれば解決できますか?
IE9 のバグを修正するために、「DOCTYPE」宣言をページの上部に配置する必要がありました。
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> <?php require_once 'navBar.php';