- Right click on bookmark bar (ctrl+shirt+b to disply if hidden)
- Click "Add Page..."
- Change Name to "Tweet Highlight"
- Change URL to the string of text found in TweetHighlight.bm
- Click Save
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
;(function($, window, document, undefined) { | |
var namespace = "myPlugin"; | |
var methods = { | |
init: function(options){} | |
} | |
$.fn[namespace] = function( method ) { | |
// Method calling logic |
NewerOlder