2011-02-25 3 views

Répondre

0

Merci à Matt Parker au YUI Library forums pour celui-ci:

YAHOO.util.Event.on("myLinkElement","click", function(ev){ 
    myAutoComplete.collapseContainer(); 
    // whatever else... 
}); 
Questions connexes