tooltip and suberfish bugs as soon as jScript-1.9 was released
hello all - first time posting -
yesterday my application stopped working. i noticed that a new jquery-1.9 was also released yesterday. i was getting errors in superfish and tooptip:
TypeError: $.browser is undefined
Line 27
TypeError: $.browser is undefined
Line 64
so i went back to the earlier release of 1.8 to patch/fix it for now:
<!--commented out script src='http://code.jquery.com/jquery-latest.pack.js' type='text/javascript'></script>-->
<script src='http://code.jquery.com/jquery-1.8.3.js' type='text/javascript'></script>
could someone please advise me what i should do next? any help to this newbie would be greatly appreciated.