AJAX + TinyMCE :'( :'( :'(

data){ if(data == 'success'){ $("#resultat").html(" La page a bien été enregistrée "); } else{ $("#resultat").html(" Erreur lors de l'enregistrement "); } }, 'text' ); return false; }); }); Merci de votre aide !

8
Mauvaise exécution du script

html(); $(".oneBox").html(cloneText); $("#full").hide(); }); }); ``` Tout se passe bien : la page complète ce cache et le contenu du panel s'affiche correctement là dedans (la colonne vide sert uniquement

11
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
Threee,js ne fonctionne pas

html de pas page [code]

0
AJAX CAKEPHP

html(' '); $('#select_prix').html(''); $.ajax({ url: varGlobaleRacine + 'Lignecommandes/getPrix/' + idProduit, type: 'GET', dataType: 'JSON', success: function (response) { prix_s = response.prix_s; if(prix_s.length == 0){ $('#prix_id').html(' Aucun produit pour le moment

0
problème d'affichage de formulaire dans modalbox
wenz,

Html->script('tiny_mce/tiny_mce.js',array('inline'=>false));?> tinyMCE.init({ mode:'textareas', theme: 'advanced', plugins: 'inlinepopups', theme_advanced_buttons1:'image', theme_advanced_buttons2:'', theme_advanced

1
Table de données vides symfony 3.4 to 4.4

html = ''; foreach ($projects as $project) { $html .= $this->renderView('resume.html.twig', array( 'project' => $project, )); } if ($html == '') { $this->addFlash('error', 'warn.project.check'); return $this->redirect($this->generateUrl('project_list')); } // Génération du pdf $html2pdf = $this

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
Problème extension Chrome pour Twitch

html("Le stream est actif") }else{ $("#info").html("Le stream n'est pas actif") $("#click").click(function(){ chrome.tabs.create({url :'https://www.twitch.tv/darkbestplayer'}) }) } } } xhr.send() ``` Fichier bakground.js ``` setInterval(function(){ checkStream(); }, 5000); function

3
Problème navigation ajax

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

4