Skip to content

dofy/go-script

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

GoScript

A jQuery extend for shortcut

$.go({
  "?": function () {
    console.log('????');
    $('#debug').html('????');
  },
  "gh": function () {
    console.log('Go Home.');
    $('#debug').html('Go Home.');
  },
  "gd": function() {
    location.href = 'https://dofy.net/';
  }
});