ACC SHELL

Path : /srv/www/vhosts/agroing/web/views/_default/www/js/
File Upload :
Current File : /srv/www/vhosts/agroing/web/views/_default/www/js/js.js

$(document).ready(function(){

	// there should be some code

	imgs = $(".fancy, [href$='.jpg'], [href$='.gif'], [href$='.png'], [href$='.JPG'], [href$='.GIF'], [href$='.PNG']").not(".wt-rotator a");
	imgs.attr("rel","fancy").fancybox({
		'transitionIn' : 'elastic',
		'transitionOut' : 'elastic',
		'speedIn' : 400, 
		'speedOut' : 200, 
		'titleShow' : false,
		'overlayOpacity' : 0.2,
		'margin' : 100
	});
	imgs.click(function(){
		$(".f-banner").show();  // hide is on fancy.js 926
	})
	

})





ACC SHELL 2018