Sindbad~EG File Manager

Current Path : /home/copmadinaarea/public_html/wp-content__80fcb17/themes/AdoreChurch/assets/js/
Upload File :
Current File : /home/copmadinaarea/public_html/wp-content__80fcb17/themes/AdoreChurch/assets/js/line_icons.js

jQuery(document).ready(function() {
	jQuery("ul.font-icon-grid").hide();
	
	jQuery("body").on('click','.meta_line_icon',function(e){
		var selection = jQuery(this);
		var iconList = selection.parents('.icon_field').find('ul.font-icon-grid');
		jQuery(iconList).show();
	});
	
    jQuery('body').on('click','ul.font-icon-grid li', function() {
    	var selection = jQuery(this);
		var iconName = selection.find('i').attr('class');
    	jQuery('ul.font-icon-grid li').removeClass('selected');
    	selection.addClass('selected');
    	selection.parent().parent().find('input').val(iconName);
		jQuery(selection).parent().hide();
		return false;
    });
    
});

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