Hi

I have a code simplified like this :

jjQuery.fn.simpleTooltip = function(o){
  $(this).hover(
    function(){
      //code
    },function(){
      //code
  });
}


I want to store something in the first function (over) and use it in the
second (out).
I'm almost sure it is possible but all my attempts went wrong.
Can somebody put me on the way ?

-Olivier

Reply via email to