Questions tagged as 'javascript'

1
answer

Propagate javascript event

When I drag the block but clicking on the image of the div, it is the image that is dragged and not the whole block (and therefore the drop does not work), I want that when the image is dragged the event propagates and it is the whole div that i...
asked by 05.03.2017 / 22:53
2
answers

Get input data using Jquery

I'm trying to get the value of an input, I do not want to use a button and I want to get the value when I stop selecting the text box in which the data is being entered, any idea of how to start ?? / p>     
asked by 01.02.2018 / 04:34
3
answers

how to store objects in an array?

I have the following code and I do not really know how to do so that each player is saved in a list of players, that is, in array For example, if I want to iterate over their own objects, I have to assign an ID to each player? It occ...
asked by 08.05.2017 / 20:41
1
answer

Get the image encoded in base64 (jsignature)

I need to get the image with the signature made with the jSignature plugin, but when it comes to showing or getting the path / string / image encoded in base64, it does not work for me. <script src="https://cdnjs.cloudflare.com/ajax/l...
asked by 07.02.2018 / 09:06
1
answer

how to put letters inside a background image in Html5?

could you tell me or advise me how I can put the letters inside the image without doing this in the style of the letters: margin-top:-100; since if I do that affects the responsiveness of the image, the framework I use is Foundation.js. T...
asked by 14.05.2017 / 21:43
3
answers

How to consult an arrangement using one of its fields and display it in html [closed]

I have the following ARRAY var array = [ {"productoId":"4","categoriaId":null,"marcaId":"2"}, {"productoId":"87","categoriaId":null,"marcaId":"2"}, {"productoId":"175","categoriaId":null,"marcaId":"20"} ] This is received by a...
asked by 10.05.2017 / 17:03
1
answer

I can not write in an input inside a table in ReactJS

Trying to place several input within a table, I have encountered an inconvenience, which is that it does not allow me to write anything in these, no matter how much I do things. As I read in my search, it can not be placed in such a wa...
asked by 18.04.2018 / 15:57
2
answers

Ajax does not bring me the data

I tell you my problem I'm trying to edit a record and the data I send to call through an id with Js and it works. But after sending that id with Ajax through "POST" to a method to do the query and return the values, it sends me an erro...
asked by 21.04.2018 / 18:15
2
answers

Add in real time

I'm trying to make an invoice that adds me the input in real time, and basically "I have it", but what I need is that it is not "mandatory" to fill an input to show me the results, which as that is adding values are shown, not at the end when th...
asked by 19.04.2018 / 01:17
1
answer

Automatic whatsapp message posting ..!

I have had the need as everyone to be able to create an application in my case with Php and Js; to send messages using the WhatsApp API. As many of us already know it is possible to send with the help of the link that whatsapp provides, with the...
asked by 20.04.2018 / 23:45