So im using jquery to search and replace certain text in my html page. Which is:
function offon(){ $(\"#sidebar li\").each(function(){ $(this).html($(this
We might need to see more markup to make sure the selector is correct. As well, as Boushley mentions, the timing might be such that the tooltips are generated (or added) after your jQuery executes.