Sindbad~EG File Manager

Current Path : /home/admin/groupe4.blog.lppelm.o2switch.site/wp-content/themes/enigma/js/
Upload File :
Current File : /home/admin/groupe4.blog.lppelm.o2switch.site/wp-content/themes/enigma/js/enigma_theme_script.js

//enigma  social tooltip js
 jQuery(function(){
 	"use strict";
	jQuery('li').tooltip();
	jQuery("[data-toggle='tooltip']").tooltip();
	jQuery("[data-toggle='popover']").popover();	
});

/*----------------------------------------------------*/
/*	Scroll To Top Section
/*----------------------------------------------------*/
jQuery(document).ready(function () {
	jQuery(window).scroll(function () {
		if (jQuery(this).scrollTop() > 100) {
			jQuery('.enigma_scrollup').fadeIn();
		} else {
			jQuery('.enigma_scrollup').fadeOut();
		}
	});
	jQuery('.enigma_scrollup').click(function () {
		jQuery("html, body").animate({
			scrollTop: 0
		}, 600);
		return false;
	});
});	

	
jQuery.browser = {};
(function () {
	jQuery.browser.msie = false;
	jQuery.browser.version = 0;
	if (navigator.userAgent.match(/MSIE ([0-9]+)\./)) {
		jQuery.browser.msie = true;
		jQuery.browser.version = RegExp.$1;
	}
})
();

Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists