Questions tagged as 'html'

3
answers

Modal does not date in Electron, how to solve?

I have a modal problem. My problem is that modal, does not close when clicking the button, tried in many ways, but none worked. How can I resolve this? <script> var read = require('read-file-utf8') var loki = requir...
asked by 29.12.2018 / 23:39
1
answer

Variable class

I have a content loop in Wordpress and within that loop I posted a gallery (also WP standard): <?php if (have_posts()) : ?> <?php while (have_posts()) : the_post(); ?> <?php the_content(); ?> <?php endwhile; ?>...
asked by 27.04.2014 / 19:12
1
answer

Copy HTML and change ng-model

I have a piece of HTML that I'm duplicating via HTML. Within scope, however, the ng-model is not working. HTML: <html ng-app="App" ng-controller="Theme" > <head> </head> <body> <div id="parte...
asked by 02.05.2014 / 03:57
1
answer

I need to make a form with css and I can not. E rotation does not work in IE11

Talk to people, how are you? (I hope and I hope so) I'm starting a new personal project , and I'm getting fucked up with two questions: 1 - The menu set is rotating, while the central logo stops and only runs in the hover function, but un...
asked by 17.12.2018 / 20:15
0
answers

Loop within the submit button

I have the submit button that should submit the grade to a student class. But when I click the button, it only submits the note to the last student in the list. The list of students and the list of grades are stored in the students array and arr...
asked by 13.12.2018 / 18:04
0
answers

Maps APi does not open within a bootstrap modal

                                                                                                     </div> <br> <div class="col-md-8"> <dl class="dl-horizontal"> <dt>Data Nasciment...
asked by 13.12.2018 / 18:28
2
answers

Creating HTML with JQuery and Json

I want to get the output of JSON from the page select.php and put each line in a <div id="estabelecimento"> with its attributes, I'm doing the following: $.getJSON('select.php', function(data) { $.e...
asked by 26.12.2018 / 18:16
0
answers

Line Break for CheckBox

I'm trying to make in my Razor HTML form screen a scheme to play the "Material Pickup" checkbox for the line below, but I'm not getting it, when selecting the "Water Quantity" option, two new ones appear below which are "Public" and "Private", i...
asked by 20.12.2018 / 21:22
3
answers

How to change the image of a button as JavaScript?

I'm making a classic old game in HTML, CSS and JavaScript, however, I want to know which command I can use to be able to swap the image of a button in javascript I know it has something to do with document.getElementById () <!DOCTYPE...
asked by 12.12.2018 / 15:24
0
answers

DataTable Filter

Hello, I am adding filters to each of my datatable The problem is that within a I have N options for selection But my filter understands it as one and not separate words Iwouldlikethefiltertohavetheoptiontoselectsystembysystemandnotacollectiont...
asked by 12.12.2018 / 20:35