Is there a way to use delegate instead of bind in tooltips? For example I have a page that is changing divs via ajax all the time. I would like to set up my tooltips by $(".whats_this").tooltips() and have those tooltips work even if the div is changed out via ajax.