ajax , .before and button problem

ajax , .before and button problem

Hello,

i have a div where i store some status updates plus i have i have a textbox with a button where i type something and on button click (using ajax) i show what i typed before my div which works great , inside the div with the info i wrote i have a delete button which shows great on hover... at first it is in display:none; mode so on hover i show() it ..when it shows what i typed i cant see the button on hover and i have to refresh to see it..

i guess its because the page has not refreshed to let jquery to find the new hidden button so it doesnt recognise it..

how can i resolve this?

for further clarification please reply,
thanks.