K
Size: a a a
K
IA
Y
AA
FT
AT
T
T
K
AP
AA
AC
jQuery(document).ready(function () {
var itemPostWrapper = jQuery('.services-item-description p');
if ( itemPostWrapper.text().length > 285 ){
itemPostWrapper.css({
height: '183px',
overflow: 'hidden'
});
jQuery('.services-item-description').append('<span class="open-rewiev" style="color: #0075ca; text-decoration: underline; margin-top: -15px; display: inline-block; cursor:pointer;">Открыть</span>');
}
jQuery('.services-item-description').click(function () {
jQuery('p', this).css({height: '100%', overflow: 'visible'});
})
})
FT
AA
AA
FT
AA
s
C