Questions tagged as 'javascript'

1
answer

Dynamic Select with query

I want to make a dynamic form like this: link I'm having difficulty linking mysql, php, and javascript to the following extent: -The first select the options values are generated by a query (Select * from Continent) - As selected Contine...
asked by 23.02.2017 / 18:23
1
answer

Set service price in select [closed]

I have a question, I have a table of requests id, name, request, value, date ... and in my page I have a form with select, I would like when I select an option it sends db the name of the I would like to know if there is any way to do this in an...
asked by 23.02.2017 / 04:52
1
answer

JS scrollTo effect, make working by clicking on li and not only on a href="#"

My problem is the following, I'm using the scrollTo plugin, everything was ok, working on all the elements I wanted on the site. But they asked to change something in the menu, currently the effect only happens when I click on the &...
asked by 16.02.2017 / 14:08
1
answer

How to put a color on the tr of a dynamically selected Radio

Is it possible for the line color to change after the user selects a radio from the list, taking into account that I am submitting the page? the problem is that I am not able to do it as you can see below my Table pulls the database data dynamic...
asked by 16.02.2017 / 11:43
2
answers

Eternal loop button using AngularJS

I'm using a button in which you have a call ng-click = CustomerSearch. It triggers a function in the controlled Angle but stays in the eternal loop. How do I fix this? HTML <div class="botao" align="right"> <md-but...
asked by 16.02.2017 / 15:40
1
answer

The html is not sending the images to the server

I have the following modal: <!-- MODAL PARA CADASTRO DE TAMANHOS --> <div class='modal fade' id='modalTamanho' tabindex='-1' role='dialog' aria-labelledby='myModal'> <div class='modal-dialog' role='document'>...
asked by 15.02.2017 / 18:30
2
answers

How to go back to the previous mode in Bootstrap

I'm in a modal, I want to click a button and go back to the previous modal in Bootstrap + Javascript.     
asked by 21.02.2017 / 18:15
1
answer

Where is the WebSql database saved in Chrome?

I would like to know the directory of the databases made in WebSql, that is, where I can find the database file. Thank you.     
asked by 21.02.2017 / 16:24
2
answers

How to split an image (which can have different sizes) in 3 x 3 using javascript?

Criteria: - Divide the original image into 9 divs (3 x 3) of equal sizes. - Each (one of the 9) div with the respective partial mirror image (of the original image) of their respective position. #idteste.image:before { content: url(...
asked by 26.03.2017 / 20:36
1
answer

JavaScript variable error

I have the following javascript code below that the following error occurs    Uncaught ReferenceError: rdIdem is not defined at HTMLInputElement (ff_admin.php? folder = requests / & file = ff_fmins_pedidos & ext = php: 806) at HTMLDocument.di...
asked by 27.03.2017 / 00:35