MooTools
Requires: Core/1.4.5, More/Number.Format, More/Request.JSONP
window.addEvent('domready', function(){
// create a new stargazer button
document.id('container1').grab(new GitHubButton({
owner : 'AndiDittrich',
repo : 'EnlighterJS',
large : true,
type : 'star',
text : 'Starring:',
cache: true,
cacheLifetime: 7200,
errorText: 'NA'
}));
});
MooTools Element-Style
Requires: Core/1.4.5, More/Number.Format, More/Request.JSONP
window.addEvent('domready', function(){
// create a new stargazer button
document.id('container1').GitHubButton({
owner : 'AndiDittrich',
repo : 'EnlighterJS',
large : true,
type : 'star',
text : 'Starring:',
cache: true,
cacheLifetime: 7200,
errorText: 'NA'
});
});