Hi! I have this script for a Google search-box (jQuery):
I need however to include if $('#Google').focus OR $('#Search').hover( $('#Google').show) ..Code:$('#Search').hover( function () { $('#Google').show(); }, function () { $('#Google').hide(); } );
and the callback should be like if #Search.hover out AND #Google.blur ..
Do you understand what I mean?
How do I do this?
Thanks!


Reply With Quote
Bookmarks