[svn r18344] logic changes - allow clear the formulary - (see FS#3627)

skala
Isaac Flores 17 years ago
parent 5cda9240e2
commit f387c35f7b
  1. 6
      main/social/index.php

@ -103,6 +103,7 @@ function set_qualify_friend() {
data: "user_id_friend_q="+user_id_friend+"&type_friend_q="+type_friend,
success: function(datos) {
alert(datos);
clear_form();
}
});
}
@ -137,6 +138,11 @@ function search_image_social(element_html) {
}
});
}
function clear_form () {
$("input[@type=radio]").attr("checked", false);
$("div#div_qualify_image").html("");
$("div#div_info_user").html("");
}
</script>';
$htmlHeadXtra[] = '<link rel="stylesheet" href="../inc/lib/javascript/jquery.tabs.css" type="text/css" media="print, projection, screen">';
$htmlHeadXtra[] = '

Loading…
Cancel
Save