Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script src="//apps.bdimg.com/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
- <script>
- jQuery(document).ready(function($){
- $( "#ov-draggable" ).draggable();
- });
- jQuery(document).ready(function( $ ) {
- $(".ov-cerrar-modulo").click(function(){
- $("#ov-draggable").hide();
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement