https://github.com/dofy/go-script
jQuery Extend for shortcut.
https://github.com/dofy/go-script
extend html javascript jquery
Last synced: 16 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2019-05-10T07:01:49.000Z (about 6 years ago)
- Last Synced: 2025-03-04T06:13:46.043Z (4 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/';
}
});
```