Sha256: a3520a7d8c30bdef321af441fd52bce7c2b9aaeb40a05598818511dc56b4db3c

Contents?: true

Size: 311 Bytes

Versions: 44

Compression:

Stored size: 311 Bytes

Contents

jQuery(function($){
	$('.sitemap_links_info a.more_info').toggle(
		function(){ 
			jQuery('.sitemap_links').show(); 
			jQuery('.sitemap_links_info a.more_info').text('Less Info');
		},
		function(){
			jQuery('.sitemap_links').hide(); 
			jQuery('.sitemap_links_info a.more_info').text('More Info');
		});
});

Version data entries

44 entries across 44 versions & 2 rubygems

Version Path
orange-0.0.15 lib/orange-more/sitemap/assets/js/sitemap.js
orange-0.0.14 lib/orange-more/sitemap/assets/js/sitemap.js
orange-0.0.13 lib/orange/assets/js/sitemap.js
orange-0.0.12 lib/orange/assets/js/sitemap.js