I'm trying to use Tinymce with vue, but so far unsuccessful, I've already used various and none of them worked.
<template>
<div>
<Button type="primary" @click="newPost = true">Adicionar Novo</But...
Is it possible to force update of some values of my View even when I use window.history.back() of Javascript? My example:
In my layout, I have a cart icon with the number of items inside it. When I add an item to the cart with this cod...
I need to create an effect similar to that of this site here when clicking the product opens a div with the infos of it there I click on it again this div closes, but if I click on another product and the div has already opened it just changes...
Well, I have an error that I can not find the solution.
I have two hosting in the same place Hostgator, in a hosting my application is all right and working. But I needed to migrate the application to another address, in other words I migrated t...
This works:
var ind = 0;
var elementos = document.getElementsByName('significado');
var sig_txt = elementos[0].value;
alert(sig_txt);
returns "wood"
Why does not this work?
var ind = 0;
var elementos = document.getElementsByName('signi...
Hello, I'm a beginner in Javascript and I'm watching some videos on youtube about reduce and my doubt is, in the video it puts a code at the top of the file.
import fs from 'fs'
But when I put this code in my js and try to compile (node fil...
I have the following code:
function getpage($url, $postdata=''){
$c = curl_init(); <br>
curl_setopt($c, CURLOPT_URL, $url);
curl_setopt($c, CURLOPT_SSL_VERIFYPEER,false);
curl_setopt($c, CURLOPT_SSL_VERIFYHOST,false);...
I'm trying to open my email client (for example Outlook) with the following:
<a href="mailto:[email protected]?subject=Assundo email&body=Corpo de email">
Send mail</a>
Now I wanted to send an attachment by mailto...
I would like to know if there is any possibility of compiling Electron and Executavel opening the files as HTTP server instead of executing them as file: // I am trying to access a web page that does not accept request of domains file: / / then...