Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/dofy/go-script
- Owner: dofy
- Created: 2015-04-07T05:12:11.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T07:01:49.000Z (over 5 years ago)
- Last Synced: 2024-11-14T16:12:56.188Z (2 months ago)
- Topics: extend, html, javascript, jquery
- Language: HTML
- Homepage: https://jsfiddle.net/dofy/L8xnubgd/
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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/';
}
});
```