Questions tagged as 'javascript'

1
answer

.prop ("checked", false) does not work

Good afternoon, I need help with a checkbox, which I have in a modal. when the modal closes I want the checkbox to be unchecked and I tried many options and nothing works. $('#Matutino').prop('checked', false).checkboxradio('refresh'); $('inpu...
asked by 25.09.2017 / 22:53
0
answers

Containers in StackNavigator

A few weeks ago I come with the following question: When creating a Container (using the connect in a component of view to which you want to put a logic using redux) for example a HeaderContainer that has a button that calls a dispatch to do...
asked by 26.09.2017 / 15:43
0
answers

Automatic search with ajax + php + jquery

I will comment first on the idea of the project and then on what little I have achieved so far. I have an excel where I have movie names, the idea is to automatically browse the file and go looking for the covers of these films and store the nam...
asked by 03.10.2017 / 20:59
0
answers

Eslint error property 'artist' does not exist react in visual studio code

I have the error already mentioned    message: 'Property' artist 'does not exist on type' Readonly < {   children ?: ReactNode; } > & Readonly < {} & ';' at: '16, 56 'source:' js' But the project starts normal without problem...
asked by 17.09.2017 / 18:58
1
answer

Get href on maps Javascript | jquery

This is my code (also available at JSFiddle ): function loadminuatura() { var images = $(".fileThumb").find('img').map(function() { return $(this).attr('src') }); var array = images; for (var i = 0; i < images.length...
asked by 18.09.2017 / 02:28
1
answer

Form with image, ajax and phpmailer

I am trying to make a request POST but all the data is sent except the image. How can I solve it? JavaScript $(function () { $("#botonEnviar").click(function () { var nombre = document.getElementById("nombre").value; var c...
asked by 17.09.2017 / 16:37
1
answer

Block form if values are repeated

I have this form where I have the fields bl and bl2 where I compare if the data are the same, and if they are not, send me an alert, but I would like you not to send the information in addition to the alert. <script type="text/javascr...
asked by 08.10.2017 / 04:16
0
answers

Generates PDF with JS

Good day dear. I have my jspdf livery to generate .pdf my question is how can I generate a pdf with a background image, something similar to a watermark and on that image I want my information to appear, what property do I need to achieve it?...
asked by 04.09.2017 / 21:00
0
answers

Links by anchors, modify scrollTop

I have an anchor link that takes me to a div on another page of the site. I do not like how the page looks because it is very close to the top margin. I would like to move the div down. How can I do it for javascript? I tried this, but it d...
asked by 06.09.2017 / 11:32
0
answers

prev / next plugin FancyBox buttons do not work

Someone has ever used the Fancybox plugin. I have problems with the buttons to go to the previous image and the next one, they do not work for me. Is it necessary to activate it in some way by jquery? I have not found anything in the instruct...
asked by 15.09.2017 / 06:44