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.
我想要一个 Adobe Edge 动画,它在访问者单击普通 HTML 表单按钮后播放。如何才能做到这一点?
ball_edge.js remove: $(window).load(function() { $.Edge.play(); }); The HTML file Add immediately before </HTML>: <script> $("#RoundRect1").click(function () { $.Edge.play(); }); </script>