Author Archives: Administrador

Radio On-Line RAMCODES

$(document).ready(function(){
$(“dd”).hide();
$(“dt”).click(function(event){
var desplegable = $(this).next();
$(‘dd’).not(desplegable).slideUp(‘fast’);
Continue reading

Posted in Uncategorized | Leave a comment