Hello, I'm new to VueJS and I'm doing a chat following a tutorial.
In the tutorial the teacher inserts a v-model into an input into a component and it's all right.
When I do this, the component is not rendered on the screen, and the console resp...
This application does not work as expected.
var storeElements = [];
var store = [];
$('body').on('click', 'a.add_aluno', function () {
var aside = $(this).parent().parent().children('aside');
$(this).parent().parent().append('&...
On my site, I have an event query section. Within this section, I added a CANCEL EVENT button. When this button is clicked, it performs the following function in javascript:
function cancelaEvento(val){
var valor = val;
if (confirm("Te...
Good night, I'm having trouble making if / else if / else conditions in javascript, in the course of js codecademy works, but when I try to do some algorithms in the sublime using the conditional, it gives the error described in the title. p>
&...
Well, I have a json where I wanted to iterate but inside it there is another one that also wanted to iterate
var json = {
"categories":[
{
"id":1,
"name":"Best Seller",
"childs":[
{...
Hello.
I modified the default.aspx page on my site hosting but the browser continues reading the old default.aspx (which is in its cache). This will probably happen in my clients' browsers.
Entering the site address (www.mysite.com) loads the pa...
In the following situation, my login form is working perfectly on the desktop version, I went to test on android and on ios it does not work and does not give an error in the console ... just wait for the api .. my javascript file
$(function()...
Good afternoon friends, I do not understand why my page does not show my instagram feed, can anyone help me?
This is the error presented: Instagram: The access_token provided is invalid.
JS code
$(function() {
//Set up instafeed...