Questions tagged as 'javascript'

1
answer

How can I put a link in JavaScript?

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...
asked by 16.11.2017 / 00:24
2
answers

Process VARIOUS selections of ComboBOX in PHP

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...
asked by 08.09.2017 / 16:06
0
answers

How to import CSS rules?

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...
asked by 14.09.2017 / 11:16
0
answers

PHPStorm can not find the uses of its functions in JS

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?...
asked by 08.09.2017 / 10:30
0
answers

Consult obtain numeric value in a variable

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...
asked by 06.09.2017 / 19:00
0
answers

Get name Host or Mac from Angular client 2

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...
asked by 26.09.2017 / 09:59
1
answer

Checkboxes values are not obtained until click event

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...
asked by 26.09.2017 / 01:50
1
answer

Classes (css) of Pickadate.js in Materialize

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...
asked by 09.09.2017 / 22:25
2
answers

get real price of a discount package applied

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?     
asked by 09.09.2017 / 21:10
1
answer

Expanding panel

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...
asked by 26.09.2017 / 18:39