Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript">
- $(document).ready(function() {
- $(".post").each(function() {
- var thiseliment = $(this);
- $(this).find('.featured').appendTo($(this).find('.my_featured_media'));
- });
- });
- </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement