![Patada](http://static.forosdelweb.com/fdwtheme/images/smilies/footinmouth.png)
![Patada](http://static.forosdelweb.com/fdwtheme/images/smilies/footinmouth.png)
| |||
muestra comentario Con con enlace LEER MAS.... necesito mostrar unas receñas historicas par esto necesito el enlace LEER MAS .... Fabor de colaborarme con este de talle en script en PHP ![]() ![]() |
| |||
Respuesta: muestra comentario Con con enlace LEER MAS.... var texto, padre; $(".contenido").each(function(){ texto = $(this).html(); this.setAttribute("data-texto", texto); if ($(this).html().length > 75){ $(this) .html(texto.substr(0, 75) + "...") .append($("<label class = 'mas'>Ver más</label>")); } }); $(".mas").on("click", function(){ padre = $(this).parent(); texto = padre.data("texto"); $(padre) .html(texto) .css({ width: "50%", height: "5rem" }); }); .....talves lo is e de otra forma......... |
Etiquetas: |