/*! Sample - v0.1.0 - 2015-12-19 * https://github.com/arukoh/jquery.sample * Copyright (c) 2015 arukoh; Licensed MIT */ !function(a){a.fn.sample=function(){return this.each(function(b){a(this).html("awesome"+b)})},a.sample=function(b){return b=a.extend({},a.sample.options,b),"awesome"+b.punctuation},a.sample.options={punctuation:"."},a.expr[":"].sample=function(b){return-1!==a(b).text().indexOf("awesome")}}(jQuery);