Questions tagged as 'checkbox'

2
answers

Help with JSON and jQuery

Hello. Home I have the following code: JsFiddle Home In it I have 6 checkbox from 0 to 5 stars, and when I click on a checkbox it filters a json displaying the hotel that has such a star so everything is fine. The problem comes when I select...
asked by 15.05.2017 / 18:54
1
answer

Checkbox Alignment

Personal speech, beauty? I'm a beginner, I ended up with a difficulty to align my checkbox, if anyone can give a hint how I should proceed, follow the excerpt from my HTML: <li> <label class="bloco">Deseja receber novidades...
asked by 27.04.2017 / 03:15
1
answer

Checbox Selected List View

I have ListView where in the end I have a CheckBox referencing my data. I need to create a button that triggers a method that traverses% selected% and takes its value. How to do this method? <asp:ListView I...
asked by 23.01.2017 / 14:00
1
answer

How to do a checkbox ternary check with PHP?

I am doing this check in a <select> field and everything is working fine but I would like to do the same check in a <checkbox> that can have several possibilities, then need to work with arrays so I do not know how to...
asked by 02.01.2016 / 16:03
1
answer

Checkbox not clickable

I want to leave checkboxes of a specific page of my site visible, but not clickable, where the user can only interact with them after logging in. Is there any CSS solution for this specific situation? Type the .disabled class that exists in the...
asked by 17.10.2016 / 15:56
1
answer

Convert icone checkbox to bootstrap icon

Good evening, is it possible to change the illustration of a checkbox and make it look like a button? <script src="https://cdn.jotfor.ms/static/prototype.forms.js"type="text/javascript"></script> <script src="https://cdn.jo...
asked by 20.07.2016 / 23:43
1
answer

update multiple records with php checkbox mysql

I need to update a mysql table with data coming from a / two checkbox where checked is 2 and unchecked is 1. It turns out that if you check the id1 of col1 it will update id4. What will be wrong? My mysql table looks like this: id col...
asked by 01.03.2016 / 02:34
1
answer

Use foreach in checkbox of a table

In the code I'm creating there is a display of all users of the site in an html table, so alright, but selecting multiple checkbox to exclude multiple users from the site simply nothing happens only the page updates but the data still continues...
asked by 02.01.2016 / 22:20
1
answer

Switch case checkbox

I need a different phrase to be entered when checking the options of a checkbox , even if I check two or more different checkboxes. In this case down, I used switch but I'm having trouble getting the correct answers. How can I do th...
asked by 29.12.2015 / 13:51
1
answer

JavaScript Check Box

I'm doing maintenance on a system, and I found the following code: $(".MinhaClass").die(); $(".MinhaClass").live('click', function () { // Código } .MinhaClass refers to a list of checkbox . I was asked to add a checkbox...
asked by 26.10.2015 / 17:43