‘);
$(‘.inline_context’).addClass(‘inline_context_closed’);
jQuery(document).ready(function($) {
$(‘.open_button’).on(‘click’, function(){
if($(this).parent().parent().hasClass(‘inline_context_closed’))
{
$(this).parent().parent().removeClass(‘inline_context_closed’);
$(this).html(‘ փակել’);
$(this).parent().css(‘bottom’, ‘2px’);
}
else
{
$(this).parent().parent().addClass(‘inline_context_closed’);
$(this).html(‘ կարդալ ավելին’);
$(this).parent().css(‘bottom’, ‘3px’);
}
});
$(‘#gallery-1’).royalSlider({
arrowsNav: true,
sliderDrag: false,
loop: true,
keyboardNavEnabled: true,
controlsInside: true,
imageScaleMode: ‘fill’,
arrowsNavAutoHide: false,
autoScaleSlider: true,
autoScaleSliderWidth: 940,
autoScaleSliderHeight: 590,
controlNavigation: … Read more