Sha256: 62ed81b84b05e90934a11c11c62e2b85f9eeff87b4b94024c03dc853ae0570bd
Contents?: true
Size: 395 Bytes
Versions: 12
Compression:
Stored size: 395 Bytes
Contents
(function(){ $.fn.oEmbed = function() { return this.each(function(){ var $embedViewer = $(this); var $embedURL = $embedViewer.data('embed-url'); init(); function init(){ $.getJSON($embedURL, function(data){ if (data === null){ return; } $embedViewer.html(data.html); }); } }); }; })(jQuery);
Version data entries
12 entries across 12 versions & 2 rubygems