Questions tagged as 'html'

1
answer

Cities with the same name using GeoCharts

I'm doing a project, using GeoCharts, how I'm working all the municipalities all over Brazil, there are some cities with the same name, when I show these cities, they appear in the wrong state, has anyone ever had this problem? In the following...
asked by 21.10.2016 / 02:11
3
answers

Recover from the database the "data- * value" attribute of a field through jquery

How to retrieve from the database the "date" attribute of a field through jquery. Today the system retrieves the value (value) of the field, but now I need to also retrieve the value of this same field, as asked #
asked by 17.10.2016 / 17:27
3
answers

How to organize HTML and PHP content quotes within echo? [duplicate]

Dear Colleagues, I'm facing a certain difficulty in including a certain content within an echo, for example: I have this conditional structure: if ($row_usuario['id_relacionado'] != 0) { echo = " "; }else{ echo = "Não existe arqu...
asked by 16.10.2016 / 20:11
1
answer

Validate fields with javascript in Safari browser

I'm having trouble trying to validate form fields, via Javascript, in the Safari browser. HTML code: <div class="modal fade" id="remarcar" tabindex="-1" role="dialog" aria-labelledby="myModalLabel"> <div class="modal-dialog" role="...
asked by 14.10.2016 / 20:50
1
answer

How to get the class value of a div that is inside a RepeaterItem?

Below the simplified code: Current behavior 1. When clicking on "divOnoff", the div class "divOtivoOnOff" toggles the value of each click between "OnOff on" and "OnOff off". How to save this value in HiddenOnOff? <asp:Repeater ID="RptModu...
asked by 14.10.2016 / 15:10
2
answers

Instantly insert DIV with CSS [duplicate]

Hello I'm trying to make s div's automatically fit one next to the other and if there is no side space you go and automatically dock from left to right, but it's not working. NOTE: What determines the format of the DIV is the image that...
asked by 14.10.2016 / 19:51
2
answers

How to "data-bind" two variables in the same select?

I have this code that is doing to me vm.service.type = serviceType.name: <div class="form-group "> <label for="field_type"><b>Type</b></label> <div class="input-icon right"> &l...
asked by 09.11.2016 / 11:27
1
answer

Problem: Divs move when clicking

I have a set of 4 divs with proper title, and when clicking on each one, the corresponding information is shown, when the page loads the divs are aligned with margin between each of them, however, when clicking in one of the div...
asked by 09.11.2016 / 05:12
1
answer

Problem with CSS with friendly url

Well, I'm studying friendly urls and I came across a problem. Every time I put a / (slash) at the end of the url, the css disappears and the page gets pure html. I'd like to understand what's going on and fix it. Follow the images below for a be...
asked by 08.11.2016 / 18:25
1
answer

Form with Ajax / Json / PHP

Alright? could they help me with the following problem. I see several people talking about creating forms with Json / Ajax and everything, but like, I'm way out of this still. But I had the need to prepare a form as follows. The form wo...
asked by 23.10.2016 / 01:11