%PDF- %PDF-
| Direktori : /home/bitrix/www/bitrix/templates/UB/components/bitrix/news.list/casting/ |
| Current File : //home/bitrix/www/bitrix/templates/UB/components/bitrix/news.list/casting/script.js |
$(document).ready(function(){
$('a.post-show-more').click(function(){
if ($(this).attr('data-show')=='N') {
$(this).html(LOC_MESS["HIDE"]);
$('#post-more-content-'+$(this).attr('data-post-id')).fadeIn('slow');
$(this).attr('data-show','Y');
}
else {
$(this).html(LOC_MESS["MORE_INFO"]);
$('#post-more-content-'+$(this).attr('data-post-id')).hide();
$(this).attr('data-show','N');
}
});
});