Hi, I have 2 problems, the first one corresponds to the fact that I load the data of a query to mysql in a table, the table is in a boostrap modal, but it does not load the table as datatable but as a common table without the possibility that ca...
I'm using Codeigniter and I'm going through input[] , for this I have the button where I add the inputs
function add_fields() {
var d = document.getElementById("content");
d.innerHTML += "<br /> <i...
I am putting together a model where I have to make an effect on a section like the image I attach.
The idea is that the box that appears at the beginning is positioned on the side of the second section and magically change to a form. nothing eas...
I have a process that opens a web page.
<script>
function Abrir() {
miPopup = window.open("PopUp.asp", "miventana", "width=500,height=250,menubar=no")
}
</script>
By having the web page open, you ask a...
this is the error
index_for_we.html: 42 POST
link 400 (Bad
Request) (anonymous) @ index_for_we.html: 42 dispatch @ jquery.min.js: 3
r.handle @ jquery.min.js: 3 index_for_we.html: 60 You saved this item
{response_key: "c23603c2230...
How I have a huge doubt, I have my table and now I update the data and all I need is to do it by pressing a button and NOT by clicking outside the table with blur. I leave my code, Thank you.
<script src="../../js/jquery-3.3.1.min.js">&l...
Could you help me? It appears is the error that is not an undefined function when I use google.charts.Bar, I need to convert the graphic into an image to download it in pdf.
Hello good afternoon friends,
I have created a project that I was asked for a job that I applied for and they asked me to make the contents of a .txt file appear in an html. I already have something advanced in the code that I found, it works...
I am developing a project with angular, the assumption is that in a class I have the following method, which returns a promise of a string:
registrarCliente(cliente: Cliente): Promise<String> {
let headers = new Headers({ 'Content-Ty...