Situs jQuery mencantumkan sintaks plugin dasar untuk jQuery seperti ini: (function( $ ){ $.fn.myPlugin = function() { // there's no need to do $(this) because // "this" is already a jquery object // $(this) would be the same as $($('#element')); this.fadeIn('normal', function(){ //...