Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dofy/go-script

jQuery Extend for shortcut.
https://github.com/dofy/go-script

extend html javascript jquery

Last synced: 13 days ago
JSON representation

jQuery Extend for shortcut.

Awesome Lists containing this project

README

        

### GoScript

A jQuery extend for shortcut

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