penchukov Posted October 23, 2011 Report Share Posted October 23, 2011 $(document).ready(function () {$("#lean_more").toggle ( function() { $("#contentmore").fadeOut(1000); $(this).text("Читать дальше");}, function() { $("#contentmore").fadeIn(1000); $(this).text("Свернуть текст");}); }); не работает... Почему?? Link to comment Share on other sites More sharing options...
0 Nekromancer Posted October 23, 2011 Report Share Posted October 23, 2011 За дублирование тем буду карать несчадно. Закрыто. 1 Link to comment Share on other sites More sharing options...
Question
penchukov
$(document).ready(function () {
$("#lean_more").toggle (
function() {
$("#contentmore").fadeOut(1000);
$(this).text("Читать дальше");
},
function() {
$("#contentmore").fadeIn(1000);
$(this).text("Свернуть текст");
});
});
не работает... Почему??
Link to comment
Share on other sites
1 answer to this question
Recommended Posts