joecamel
10-07-2010, 08:45 PM
;(function($){
$.fn.superfish = function(op){
var sf = $.fn.superfish,
c = sf.c,
$arrow = $(['<span class="',c.arrowClass,'"> »</span>'].join('')),
over = function(){
var $$ = $(this), menu = getMenu($$);
clearTimeout(menu.sfTimer);
$$.showSuperfishUl().siblings().hideSuperfishUl();
},
Superfish code snippet. Clearly there must be some library some where that defines '$.fn' however I do not know where it is defined nor where to look to learn more about it. Does anyone know more about this?:D
$.fn.superfish = function(op){
var sf = $.fn.superfish,
c = sf.c,
$arrow = $(['<span class="',c.arrowClass,'"> »</span>'].join('')),
over = function(){
var $$ = $(this), menu = getMenu($$);
clearTimeout(menu.sfTimer);
$$.showSuperfishUl().siblings().hideSuperfishUl();
},
Superfish code snippet. Clearly there must be some library some where that defines '$.fn' however I do not know where it is defined nor where to look to learn more about it. Does anyone know more about this?:D