Advertisement
coffeeandphotos

MT footer code injection backup

May 19th, 2024
62
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.44 KB | None | 0 0
  1. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
  2. <script src="https://ajax.googleapis.com/ajax/libs/jqueryui/1.12.1/jquery-ui.min.js"></script>
  3. <script src="/s/jqueryuitouch-punchmin.js"></script><link rel="stylesheet" href="https://code.jquery.com/ui/1.12.1/themes/base/jquery-ui.css">
  4.  
  5.  
  6.  
  7. <script>
  8. $(function() {
  9. $( "#moveable .slide").draggable({stack: ".slide"}).resizable();
  10. });
  11. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement