Advertisement
oscarviedma

jQuery Draggable Divi

Oct 14th, 2021 (edited)
1,282
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. <script src="//apps.bdimg.com/libs/jqueryui/1.10.4/jquery-ui.min.js"></script>
  2.  
  3. <script>
  4. jQuery(document).ready(function($){
  5. $( "#ov-draggable" ).draggable();
  6. });
  7.  
  8. jQuery(document).ready(function( $ ) {
  9. $(".ov-cerrar-modulo").click(function(){
  10. $("#ov-draggable").hide();
  11. });
  12. });
  13.  
  14. </script>
  15.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement