Please could you please help me, is that I'm trying to implement the Google Maps API to mark several locations and list them in a container with Scroll showing them like this one
Samsung
I can not find documentation for this side panel wher...
I try to create PDF using a comma delimited txt file, but when I create the PDF it sends an error:
JRCsvDataSource ds = new
JRCsvDataSource (JRLoader.getLocationInputStream (RutaTXT))
This is the class to create PDF using JASPER to c...
I would like to create a function that has as parameters the name of an array and any string. The goal is that just by entering the names of both things, the function logue the index of the item, if it exists within the array (no need to use qu...
I try to make a nav tab in angular 6 that change the contents of a div but with what I have in each of my components this I tried.
with only a few texts but when running my project I do not see anything, I hope you can help me.
<div id="...
I wish that with an "onchnge" event I could show a message without having to modify the value of a in a form.
I was asked that when I selected X value in my a text would be displayed that gave a description about the chosen option....
Good afternoon, valuable community. I have a problem in JS in two functions. It should be noted that it works normally in browser desktop , but in mobile it does not work. Problem: when I add ONE product to the cart in mobile view ,...
I am validating the tags of a JSON that is as follows:
[{
"Person": [{
"Id": 1,
"Type": 1,
"Extra": [{
"Number": 88888888,
"Code": 506
}],
"Personal": {
"Name":...
I'm trying to relate some tables with sequelizejs.
Table 1 has a field with an ID that is used for the relationship and table 2 has 2 fields for the relationship, one is module (string) and the ID for the relationship.
The MySQL syntax wou...