Advertisement
Guest User

Untitled

a guest
Jan 19th, 2019
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.46 KB | None | 0 0
  1. <div class="right">
  2. <div id="sidebar-bwc" class="rightcont"><object data="/images/bewerbercard2.svg" type="image/svg+xml"></object></div>
  3. <div id="sidebar-form" class="rightcont2">test</div>
  4. </div>
  5. </div>
  6.  
  7. <script>
  8. $(document).ready(function() {
  9. $("#menu-toggle").click(function() {
  10. $("#sidebar-bwc").hide();
  11. $("#sidebar-form").show();
  12. });
  13.  
  14. });
  15. </script>
  16. </body>
  17. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement