Condition if, else if, sinon en javascript/Jquery

css('opacity') == '1') { $(plaquetteImage).attr('src', '/img/produits/fabriquer/PAB01.png'); } else if ($(".main__fabriquer__selection__section__raw__sousmenu__listbois--fonce").css('opacity') == '1') { $(plaquetteImage).attr('src', '/img/produits/fabriquer/PAB02.png'); } else if ($(".main__fabriquer__selection__section

2
Bootstrap & Symfony

css\app.scss dans et lorsque j'importe le @import '~bootstrap-sass/assets/stylesheets/bootstrap'; sa cree le fichier build\css\app.css que j'importe dans le fichier base.html.twig. Cependant jusqu'a present

2
Transition de background

css('opacity', '0'); $(this).css('background-image', 'url("http://9087.rez-gif.supelec.fr/refonte/images/slider/slide'+rand+'.png")'); $(this).css('opacity', '1'); }).fadeTo('slow', 1000); }; setInterval(ChangeImage, 9000); ``` et le css ``` .slider { display: block; width: 100%; height

2
Menu Flou en CSS3

CSS : Menu Flou en CSS3 Bonjour je débute en CSS et je suis entrain de remettre à niveau un vieux site Pour cela j'utilise ce tutoriel : Tutoriel Vidéo HTML

1
[Laravel-Mix] mix.sass ne fonctionne pas

CSS // mix.sass('resources/assets/scss/theme.scss', 'resources/assets/css/theme-bis.css'); // // Minify CSS - Merges and minifies the below given list of Space libraries into one theme.min.css // // Frontend CSS mix.styles([ 'resources/assets/css/theme.css' ], 'public/css/theme.css'); mix.combine([ 'resources/assets/css/theme.css' ], 'public/css/theme.min.css'); // Backend CSS mix.styles

1
Récupérer liste de tri avec jquery
heb,

css("background-color", "#E6FFB5"); $(this).hover(function(){ $(this).css("background-color", "#fff"); }, function(){ $(this).css("background-color", "#E6FFB5"); } ); } else { $(this).css("background-color", ""); $(this).hover(function(){ $(this).css("background-color

4
Menu/Css/Html/jQuery

CSS. Cependant j'ai un soucis. Je dois avoir ceci : ![](http://tubasa.fr/images/inclassables/SiteV2ouvert.png) Mais j'ai un soucis, vous le trouverez ci dessous-après mes bouts de code : Voici mon code

4
can't display correctely the page with ajax

css('width',' 410px'); $('[class="col"]').css('line-height','40px'); $('[class="col"]').css('margin-bottom','10px'); $('[class="col"]').css('margin-right','13px'); $('section').css('background-color','red'); }, error:function(XMLHttpRequest, textStatus

4
Personalisation Slider jquery

css("padding-left")); self.largeur+=parseInt($(this).css("margin-left")); self.largeur+=parseInt($(this).css("padding-right")); self.largeur+=parseInt($(this).css("margin-right")); }); this.prec = this.div.find(".prec"); this.suiv = this.div.find(".suiv"); this.saut = this.largeurCache/2; this.nbEtapes

2
pb vusjs + webpack + bootstrap-sass

css', 'postcss', 'sass'] }, { test: /\.css$/, loaders: ['css', 'postcss'] }, { test: /\.(png|jpe?g|gif|svg|woff2?|eot|ttf|otf|wav)(\?.*)?$/, loader: 'url', query: { limit: 10, name: '[name].[hash:7].[ext]' } } ] }, babel

3