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.
訪問者が通常のHTMLフォームボタンをクリックした後に再生されるAdobeEdgeアニメーションが欲しいです。これはどのように行うことができますか?
ball_edge.js remove: $(window).load(function() { $.Edge.play(); }); The HTML file Add immediately before </HTML>: <script> $("#RoundRect1").click(function () { $.Edge.play(); }); </script>