jQuery easing twice in html

jQuery easing twice in html

Hi,

I have the following problem - Iam including  2 javascript files into my html file:

<script type="text/javascript" src="./menu/menu.js"></script>
and
<script type="text/javascript" src="./scripts/runningcategories/jquery.fancybox.js?v=2.1.0"></script>


Both contain jQuery.easing . in the menu.js JavaScript it looks like this:

jQuery.easing={
    easein:function(x,t,b,c,d) ...




My menu looks like this


<div id="menu">
    <ul class="menu">
...





My question now would be whether it is possible to relate jQuery.easing only to div with id="menu" and how I can do this?

Thanks a lot and all the best.
Marina