I would like to declare a link within a JavaScript <a href="#"></a> , I have the following information that I send to call:
<script>
var plant = [
{nomb: "ESCUELA 1",
dirc:"CENTRO, 405",
lat:25.52689,ln...
Dear, it is my first post in this community (and the only one) because I really have more than 3 weeks looking for a solution and I feel it is more complicated than I thought. I will be very explanatory. First with what I have and what I want to...
If I have two css files, in the same folder :
main.css where I have several rules, for example :
body {
background-color: #000000;
margin-top: 50px;
}
and the jxcore.css (where there is still nothing)
And two htm...
Good morning. It is not a problem in itself, because I can search it by other means, but those who are users of PHPStorm (I am in the version 2017.2.3), it happens to you that the IDE is not able to find the uses of the functions in JavaScript?...
Good day I have a problem to be able to take the value of a query $ query
in PHP, the query is as follows
$ query="SELECT SUM (Cast (amount as numeric (15.2))) as Total
FROM cxpgastos
Where c...
Good morning.
I am looking for information on how to obtain the hostname or the mac number of the client that enters the page. All customers are on the same network.
some information would be very useful.
since thank you very much.
g...
I have a function that executes a query and I obtain a data which I assemble inputs of type checkboxes in the following way:
function checkboxPlagues(id){
$.ajax({
url: getBaseUri() + 'planthealth/getplagues/'+ id,
dataType...
Good community, I have an inconvenience with pickdate I need to remove a css class from the calendar. The classes I want to disable are:
1) .picker__day - highlighted
2) .picker__day.picker__day - today
In order to remove the color (green) as o...
I have a doubt to get the real price of a box x, if the price that is given is 521.53 already with a 12% discount applied what is the real price without the discount applied?
I am working on a web page and I would like you to help me create a drop-down panel whose position is fixed . So that they understand me better, it is a panel like the one we see on Facebook where the active contacts are. In any case, here...