How would I implement stackoverflow’s hovering dialogs?

Although I was under the impression they used jQuery’s UI Dialog for this, I am not too sure anymore. However, it is not too difficult to whip this up yourself. Try this code: $(‘.showme’).click(function() { $(‘.error-notification’).remove(); var $err = $(‘<div>’).addClass(‘error-notification’) .html(‘<h2>Paolo is awesome</h2>(click on this box to close)’) .css(‘left’, $(this).position().left); $(this).after($err); $err.fadeIn(‘fast’); }); $(‘.error-notification’).live(‘click’, function() … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)