Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $(document).ready(function(){
- $('.mueve_field').each(function(i,t){
- $(t).replaceWith($(t).closest('.post').find('.postprofile-field:contains(' + $(t).text() + ')'));
- });
- });
Advertisement
Add Comment
Please, Sign In to add comment