Advertisement
Guest User

Untitled

a guest
Jul 15th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script>
  2.     $(document).ready(function(){
  3.         $("button").click(function(){
  4.            var $newKnob = $("<div class=\"draggable ui-draggable\"><img src=\"img/button_creme.png\"></div>");
  5.             $newKnob.appendTo("#canvas");
  6.         });
  7.     });
  8. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement