I think that this should be pretty easy but I\'m not quite sure how to wire things up.
I have a page on which the user can define a query. When done, the user enters a
Something like this...
var buttonFade = function() { $('#my .label .selector').fadeOut(2000); } setTimeout(buttonFade, 2000);
If you post some of your markup, I could also take a stab at putting the setTimeout() into a function triggered when the label appears.