HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/ideasforum.kaunokolegija.lt/wp-content/plugins/seo-optimized-images/js/text-count.js
jQuery(document).ready(function() {
	
	jQuery(".wff-more-link").click(function(){
	
		jQuery(this).parent().parent(".wff-post-text").hide();
		jQuery(this).parent().parent(".wff-post-text").next(".more-content").css("display", "block");
		jQuery(this).hide();
		jQuery(this).parent().parent(".wff-post-text").next(".more-content").find(".wff-less-link").show();
		
	});

	jQuery(".wff-less-link").click(function(){
		
		jQuery(this).parent().parent(".more-content").hide();
		jQuery(this).parent().parent().parent('.wff-fb-item').find(".wff-post-text").show();
		jQuery(this).hide();
		jQuery(document).find(".wff-more-link").show();
	});	
});