I have in pagina1.php a form that calls by AJAX to pagina2.php and I show what I got in div of pagina1.php
I also need to get the value of $_SESSION['io'] that I print in the pagina2.php .
$.ajax({...
I am creating an online store as a school project in Laravel. Everything is fine until I want to prevent a button from executing its "submit" action.
{!! Form::open(['url' => '/in_cursos_carts', 'method' => 'POST', 'class' => "addtoca...
Hello, I am using vue with axios to request information from an API and it works with the data as name, date but when I want to use it with a img src="" it does not work:
html:
<div class="container" id="app">
<...
Hello I have a datatable that is filled with data from a query, after filling the table with the data I drawCallback (datatables) with which I create a row (row) as a grouping (Example Image)
The problem is that in the title of each row I...
Could someone help me and tell me how to hide the father and keep showing the son in an organizational chart.
Example:
It is required to hide the father ('SG001') and continue showing the son ('AA014'), giving continuity to the line and leavi...
I'm trying to use services worker with universal angle, all right, except for one thing, I have my client.js file which is the minimized file of angular.js
This is my index.html
<html>
<head>
<meta charset="UTF-8">
<...
I have two rows in bootstrap. In the first row a cabbage with an image with absolute but responsive position. The problem is that the second row is superimposed on the image.
How do I make the height of the div containing the image responsive...
I have a graph like the following:
the data of the graph I take from this URL
and my javascript function is the following:
function charts(){
{% for coin in UserCoins %}
$.get("https://min-api.cryptocompare.com/data/his...
I can not find the solution for once I click on "remove" the button
Buy re-enabled. I tried to put an if in the addCard function ||
put an if in the delete function. I've even tried doing another function for
enable and call it on the purchase b...