Questions tagged as 'button'

3
answers

I want to change the color of the button according to the value of the variable

I created an if / elseif condition inside the foreache, to change the color of the payment status button. I have three status and three colors for home status. Only he's not picking up the colors. I think the problem is at the moment of clarifyi...
asked by 15.07.2016 / 03:38
0
answers

Buttons in the mobile version do not work

Good morning, I have a finished website, it works perfectly on the desktop, but in mobile mode, all the buttons do not work, the side menu is perfect, but the buttons on the pages that do not work. I am using these commands for the buttons: &l...
asked by 10.05.2016 / 17:22
1
answer

Set Invisible Button After UITableView Execution

I'm having a question in my UItableView, I put a button on the Cell of a TableView. cell.btnDownload.tag = indexPath.row; [cell.btnDownload addTarget:self action:@selector(btnDownloadClick:) forControlEvents:UIControlEventTouchUpInside]; Th...
asked by 23.05.2016 / 06:26
0
answers

Ajax does not work with specific button

I have a code that when clicking the button it asks for a click reason. After writing the reason he changes the button and should change the information listed below. This code is in Ajax but it is not working properly. By clicking this button...
asked by 09.09.2015 / 15:43
0
answers

Function with ajax does not load fully

I have a code that when clicking the button it opens a function in javascript . In this function, a part of the code uses Ajax . I need you to click on this button to change the color of the button, the text content and display a mes...
asked by 04.09.2015 / 14:08
3
answers

Appear button according to the condition of the php parameter

I wonder if it is possible to make the button appear only if the parameter is true. By the URL comes the parameter ../usuario?id=1&parametro=1 I tried this way but could not. <?php $parametro = $_GET['Parametro']; i...
asked by 02.01.2018 / 16:47
1
answer

Javascript Error button in IE9

I'm having a browser problem only in IE9, which occurs when I load an attachment and when I click the Add Attach (POST) button, as picture below: functionuploadResponse(frameId){$.ajax({type:"POST", url: "/Turma/AtualizarGridAnexo",...
asked by 18.12.2015 / 12:13
2
answers

How to associate a variable with an ID?

I have an array integer and I need to associate this value with a certain button, to change its backgound. if there is a "40" in the array, I need the "40" button to change color. and so on until the entire array is checked. Basically, what I ne...
asked by 02.12.2016 / 11:20
1
answer

How to make a submit with button type="button"?

I have created some and I need them to perform the same functions (with database) as register, change, etc. Can someone help me or explain to me how I do this? Thank you!     
asked by 27.04.2017 / 20:21
2
answers

How to make a button or a checkbox become inaccessible in android studio?

I would like to confirm the choices of both the buttons and the checkboxes, so that they become inaccessible / irresponsible / inactive. I know you can do this using if, but I think there should be some function that makes them "inaccessible....
asked by 22.03.2017 / 00:20