Salve, sto utilizzando questo script http://javascript.html.it/script/ved...plugin-jquery/
solo ho un problema il popup vorrei si aprisse appena si carica la pagina e non quando clicco sul link, credo il problema stia tutto qui:
//When you click on a link with class of poplight and the href starts with a #
$('a.poplight[href^=#]').focus(function() {
var popID = $(this).attr('rel'); //Get Popup Name
var popURL = $(this).attr('href'); //Get Popup href to define size
Come posso fare ?