/*
* To change this license header, choose License Headers in Project Properties.
* To change this template file, choose Tools | Templates
* and open the template in the editor.
*/
$(function ()
{
$("#inscription").click(function()
{
if($("#mdp").val() !== $("#mdp2").val())
{
$("#mdp").css("border-radius", 5);
$("#mdp").css("border-color", "#FF0000");
$("#mdp2").css("border-radius", 5);
$("#mdp2").css("border-color", "#FF0000");
$("#erreur").css("visibility", "visible");
}
});
});
$(function()
{
$("#os option").click(function ()
{
if($(this).text() === "Sélectionnez un SE")
{
$("#version").empty();
}
if($(this).val() === "win")
{
$("#version").empty();
$("#version").append($("