DanelCodes

Tutorial 01 | Prueba + JS

Feb 27th, 2019
710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. $(document).ready(function(){
  2.  
  3. $('.mueve_field').each(function(i,t){
  4. $(t).replaceWith($(t).closest('.post').find('.postprofile-field:contains(' + $(t).text() + ')'));
  5. });
  6.  
  7. });
Advertisement
Add Comment
Please, Sign In to add comment