/** * Editable Poshytip * --------------------- * requires jquery.poshytip.js */ (function ($) { //extend methods $.extend($.fn.editableContainer.Constructor.prototype, { containerName: 'poshytip', innerCss: 'div.tip-inner', initContainer: function(){ this.handlePlacement(); $.extend(this.containerOptions, { showOn: 'none', content: '', alignTo: 'target' }); this.call(this.containerOptions); var $content = $('
') .append($('