Mercurial > repos > jankanis > blast2html
annotate NCBI Blast reference example_files/jquery_003.js @ 89:28f7353757c4 draft
close
| author | Jan Kanis <jan.code@jankanis.nl> |
|---|---|
| date | Tue, 24 Jun 2014 16:24:17 +0200 |
| parents | a54279222d84 |
| children |
| rev | line source |
|---|---|
| 0 | 1 (function(){jQuery.widget("ui.ncbilocalnav",jQuery.ui.ncbimenu,{_create:function(){this.options.isSubMenuLimited=true;jQuery.ui.ncbimenu.prototype._create.apply(this,arguments)},_addClasses:function(){this.element.addClass("ui-ncbilocalnav");jQuery.ui.ncbimenu.prototype._addClasses.apply(this,arguments)},_destroyClasses:function(){this.element.removeClass("ui-ncbilocalnav");jQuery.ui.ncbimenu.prototype._destroyClasses.apply(this,arguments)}})})(); |
