Problème avec des foreach imbriqués - multiplication des div

Html->image($v'file'], array('class' => 'ls-bg')); ?>

2
Charte graphique

html. La librairie scan le CSS il me semble ( boutons, éléments de formulaire, titres...) et génère un fichier HTML, je ne la retrouve plus quelqu'un pourrait m'envoyer le lien

1
lien relatif dans un fichier js

html('OK'); } else { $('#server-status').removeClass('label-default').addClass('label-danger').html('Timeout'); } }); ``` j'ai fait ceci mais ca ne marche pas ``` var ip = $('#CardServerIp').val(); $.ajax({ method: "POST", url: "

5
Problème CSS sur menu déroulant

HTML: ``` Menu Á Propos Copywriting Traductions Références Réalisations Imprimé Site Web Articles Copywriting Articles Contact ``` Et voici mon CSS: ``` @charset "UTF-8"; * { box-sizing: border-box; } body { background-color: #000; } nav { overflow

5
Ajout / suppression dans array

html(); //on recupere la valeur de la 1ere cellule var position = liste_marque.indexOf(id) //On prend sa position dans la liste if(('undefined' != typeof(id)) && (position == -1)) //Si id existe et n'est pas présent

2
Champs de saisie

HTML** ``` Creer un compte | Kadoo. Create your free account Signup with : Google Github Accept terms and conditions Sign Up ``` Mon fichier **CSS** ``` html, body { padding: 0; margin: 0; background-color

2
Erreur retour php et ajax

html(data.resultat); return retour; } else { console.log(data.status) retour = $('.resultat').html(data.resultat); return retour; } } }); }); }); }); ``` ==> le traitement en PHP ```

0
Ajax et PHP - Pas de retour data

html = wrapHTml(contact); // wrapping commenté pour déboggage // $contactsList.append(html); }); }, error: function () { alert('Récupération des donées impossible'); } }); ``` le load.php ``` $dbhost = "localhost"; $dbuser = "root"; $dbpass = ""; $dbname = "contact"; $tableName = "contact"; $db = new PDO("mysql

2
Class form

propriétés. le 1er champs ```php $form->name('test_')->label('Mon titre')->add(); ``` ```html Mon titre ``` et le 2eme champ : ```php $form->name('test_01_')->add(); ``` ```html ``` Merci d'avance pour vos réponse ! =)

11
Datepicker ne s'affiche pas depuis un fichier externe

HTML Problème numéro 2: Je n'arrive pas à appeler la fonction getDate() pour récupérer la date voulu J'ai mon script datepicker sur un fichier externe nommé "Calendrier.js" situé

10