Questions tagged as 'jquery'

0
answers

Problem putting mask in R $ and problem in making general total in budget form

I have these form, which does the calculation for a budget. I tried to put on a R $ coin mask, but stopped calculating. It would also need a general grand field, but I do not even know where to start. (I'm improving a bit in Jquery, but I'm turn...
asked by 19.02.2018 / 19:14
1
answer

While with PHP and Datapicker

I have a page that is fed with information from the Mysql Database. This page also contains an Input Text with dataPicker calendar. The problem is that only the first line of the looping works with DataPicker, the others do not. Form: w...
asked by 19.02.2018 / 18:22
1
answer

Updating XML data in real time with jQuery.get

I'm building a page that has a (with bootstrap 4) carousel that displays some information about temperatures. This information comes from an XML that will be updated whenever a change occurs. I'm doing the tests by manually changing the...
asked by 19.02.2018 / 17:19
0
answers

jquery does not work

/* EXCLUIR ARQUIVOS DA GALARIA */ $(document).ready(function() { /* EXCLUI ARQUIVOS DA GALERIA IMG E PDF */ $( "#btnexcluipdf" ).bind( "click", function() { var vID = $('#idarquivopdf').val(); //alert(vID); //...
asked by 18.02.2018 / 05:31
0
answers

Search by all or just one form field

I'm having problems with a form in my WordPress blog, I have the following form that is in the functions.php file. function terapeuta_search_scripts(){ wp_enqueue_script('terapeutas', get_stylesheet_directory_uri() . '/js/terapeutas.js', array...
asked by 20.02.2018 / 06:28
0
answers

Delete gallery image Dropzone.js Asp.net

I'm using Dropzone.js library, when I add a photo to the gallery it works fine, but when I try to remove the photo from the gallery it just removes the photo in my View >, but does not remove it from the folder itself. I pass the ID and...
asked by 16.02.2018 / 00:48
1
answer

Playing js variable in html

I made two date inputs, and when I click "generate" it shows in the console the product that has these dates, but it is a variable, how do I turn a class and play in html? there everytime I call the class it appears, eg: <h2 class="produt...
asked by 16.02.2018 / 14:04
0
answers

How to change the font in Highcharts?

It may seem a little naive to my question, but where can I change the fonts (size and type) in Highcharts? Note: I confess that I searched, I searched, but I could not locate anything talking about it.     
asked by 16.02.2018 / 16:46
2
answers

React onChange is not firing

I have the following code: handleChange(event, module) { this.state[module][event.target.name] = event.target.value this.forceUpdate(); } render() { const handleChange = (event, module) => { this.handleChange(event, mod...
asked by 01.03.2018 / 00:00
0
answers

Send file with jquery input = files

I need to send a file from a form as a POST method of jquery, I'm doing so, but it does not work, what can I be wrong? $('#file-upload').change(function (event) { form = new FormData(); form.append('file-upload', event.target.f...
asked by 28.02.2018 / 21:04