Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /**CÓDIGO PARA PERFIL SENCILLO**/
- $(document).ready(function(){
- $('DIV DÓNDE VAMOS A INCRUSTAR').addClass($('DIV EXACTO DONDE SE ENCUENTRA EL CAMPO DE TEXTO').text());
- });
- /**CÓDIGO PARA PERFIL DE POST**/
- $(document).ready(function(){
- $('DIV DÓNDE VAMOS A INCRUSTAR').each(function(i,t){
- $(t).addClass($(t).closest('.post').find('DIV EXACTO DONDE SE ENCUENTRA EL CAMPO DE TEXTO').text());
- });
- });
Add Comment
Please, Sign In to add comment