Menu dropdown ne marche pas sur version mobile responsive

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

0
Image à la une dans le flux RSS

Html->image(sprintf($post'thumbf'],800,200)) endif . " " . $post'intro']; echo $this->Rss->item(array(), array( 'title' => $post'name'], 'link' => $this->Html->url($post'link'], true), 'guid' => array('url' => $this

1
balise dans un link et le default.ctp

cakephp pour generer la page default ? (Niveau perf, etc...) exemple : Au lieu de generer directement les balises html Merci d'avance

2
scroll infini

html){ if(html){ alert("2"); $(".photos").append(html); } } }); } }); Ma page loader me ramène bien ce que je veux et ma donnée url aussi. cependant il ne rentre pas dans le if(html

2
can't display correctely the page with ajax

html){ afficher(html); }, error:function(XMLHttpRequest, textStatus, errorThrown){ alert(textStatus); } }) return false; }); $("#main-menu a").bind('click',function(){ page=$(this).attr("href"); $("a ").removeClass('active'); $(this).addClass('active'); $.ajax({ url: "contenu

4
Problème Sanitize

html($this->data'Comment_blog']'content'] , array('remove' => true)); $this->data'Comment_blog']'name'] = Sanitize::html($this->data'Comment_blog']'name'] , array('remove' => true)); $this->data'Comment_blog']'email'] = Sanitize

1
Upload Ajax

html(); var progress = ' '; form.html(form+progress); }; function sucessful(data){ donnee = parseJSON(data); if(donnee.status == 'erreur'){ alert(donnee.texte); }else{ $('#form').hide(); var form2 = $('#form2').html(); var content = ' '; $('#form2').html(content+form2

1
Problème avec setFlash

Html->css('bootstrap'); ?> body { padding-top: 60px; padding-bottom: 40px; } Project name Home About Contact Dropdown Action Another action Something else here Nav header Separated link One more separated

1
Configurer le server side rendering ReactJs

html = renderToString(); const preloadedState = store.getState() res.send(renderFullHtml(html, preloadedState)); }) console.log("=== SERVER STARTED ===") app.listen(8080) function renderFullHtml (html, preloadedState) { return ` Ma page ${html} window.__PRELOADED_STATE__ = ${JSON.stringify(preloadedState).replace(/

1
Requête Mysql avec express et twig

html app.engine('html', swig.renderFile); // utiliser le moteur de template pour les .html app.set('view engine', 'html'); // dossier des vues app.set('views', path.join(__dirname, 'views')); // view cache app.set('view cache', false

1