PHP Classes

File: vendors/jquery.easy-pie-chart/src/jquery.plugin.js

Recommend this page to a friend!
  Classes of Jorge Castro   Gentelella BladeOne   vendors/jquery.easy-pie-chart/src/jquery.plugin.js   Download  
File: vendors/jquery.easy-pie-chart/src/jquery.plugin.js
Role: Auxiliary data
Content type: text/plain
Description: Auxiliary data
Class: Gentelella BladeOne
Render templates using Bootstrap for presentation
Author: By
Last change:
Date: 3 years ago
Size: 280 bytes
 

Contents

Class file image Download
$.fn.easyPieChart = function(options) { return this.each(function() { var instanceOptions; if (!$.data(this, 'easyPieChart')) { instanceOptions = $.extend({}, options, $(this).data()); $.data(this, 'easyPieChart', new EasyPieChart(this, instanceOptions)); } }); };