HomeSOLACI

SOLACI

About the SOLACI Sessions

The Latin American Society of Interventional Cardiology (SOLACI) promotes the study of medicine and the implementation of...

Sociedad Brasileña de Hemodinamia y Cardiología Intervencionista (SBHCI)

Sociedad Brasilera de Hemodinamia y Cardiología Intervencionista (SBHCI)

Trivia # What would be your strategy?

// jQuery(function($){ $.ajax({ 'url':"http://www.solaci.org/trivia/trivias/titulo_trivia/es" , 'method':'get', 'datatype':'json', }).done(function(resp){ resp = JSON.parse(resp); $("#primary .entry-header .entry-title").html(resp.titulo); $("#primary .entry-header").find('.entry-date').html(resp.fecha); }); $("#contenido_triv").load("http://solaci.org/trivia/trivias/trivia/en"); $.ajax({ url:'http://www.solaci.org/trivia/comentarios/listacomentarios/en', method:'get', 'dataType':'html' }).done(function(resp){ if($("#comments").size()>0){ $("#comments").html(resp); }else{ $div =...