html(' +1€ / clic '); } else { $("#upgrades").html(''); } $("#upgrade1").click(function(){ cbPerClick = cbPerClick + 1; monnaie = monnaie - coutUpgrade; coutUpgrade = coutUpgrade * 5; showMonnaie(); showCps(); $("#upgrades").html(); console.log(coutUpgrade) }); }); // fin clickhere click ``` Genre... **POURQUOI** ? J'ai beau
html", "php", "symfony-project", "python"]) #QUand html est selectionné dans le combobox on affiche les boutons boostrap et fontawesome # Création d'un label pour les outils label3 = Label(fenetre, text
HTML {$label} {$this->getErrorFeedback($key)} HTML; } ``` Actuellement je récupère bien dans ma base de donnée la valeur 1 ou 0 selon la checkbox coché. Mais je n'arrive pas a récupérer
html>body #menu li{ border-right: 1px solid transparent; } #menu li ul{ position: absolute; width: 144px; left: -999em; } #menu li ul li{ border-top: 1px solid #fff; } html>body
html){ afficher(html); history.pushState({key:'value'}, 'titre', page); }, error:function(XMLHttpRequest,textStatus, errorThrown){ afficher("erreur lors du chagement de la page"); } }) return false; }); window.onpopstate = function(event){ //lancer des qu'il y a back
html){ afficher(html); history.pushState({key : i}, 'titre', url); }, error: function(XMLHttpRequest,textStatus,errorThrown){ alert(textStatus); } }); }; window.onpopstate = function(event){ var urlcourant = document.location.pathname; alert(event.state); if(event.state == null){ $.ajax({ url : '/intranet/refonte/index.php', cache
Html->image($v'url'], array('style' => 'max-width:175px')).' '; echo ' '.$v'name'].' '; echo ' '; foreach($formats as $kk=>$vv): echo $this->Html->link('Image '.$vv."px", array('action' => 'show', $v'id'],$kk)).' '; endforeach
Html->link( 'Ajouter un Article', array('controller' => 'contenuarticles', 'action' => 'add') ); ?> Id Title Action Created
html = ""; $url = "LIEN RSS"; $xml = simplexml_load_file($url); for($i = 0; $i < 1; $i++){ $description = $xml->channel->item[$i]->description; $pubDate = $xml->channel->item[$i]->pubDate; $html .= "$description"; $html
html de la nav page index: ``` CONTACT ABOUT WORK ``` Fichier html de la nav page interne: ``` CONTACT ABOUT WORK ``` Merci d'avance pour toute aide que vous pourrez m'apporter