Skip to content

Instantly share code, notes, and snippets.

View elcordova's full-sized avatar
🏠
Working from home

Erick elcordova

🏠
Working from home
View GitHub Profile
@elcordova
elcordova / ejemplo.js
Last active November 16, 2017 20:37
ejemplo.js
"use strict";
(function ($) {
$.fn.circliful = function (options, callback) {
var settings = $.extend({
// These are the defaults.
//startDegree: 0,
foregroundColor: "#3498DB",