Questions tagged as 'html'

1
answer

How do I get the id of the button clicked on a row of result listings by Angular JS?

How to get the button id clicked on a row of result listings by Angular JS? In the HTML page I can use list.id, but in the code in AngularJS, the following code returns me undefined : id; $scope.id; $scope.listagensRelatorios.id; $scope...
asked by 30.10.2017 / 14:09
0
answers

Firefox does not open Bootstrap modal

I have the following HTML code: <div class="col-sm-4 col-md-4 col-lg-3 empresa-button"> <button data-toggle="tooltip" data-placement="bottom" onclick="setReturnURL('link');" title="" class=" btn btn-default" dat...
asked by 31.10.2017 / 19:03
1
answer

I can not display populated data in divs separated by columns

I want to display data from a table by divs with columns of a specific size for each of them, but when I load the information it brings all of them into the same column, I do not want to use table tags to format them. See how it's popping up her...
asked by 28.10.2017 / 02:56
1
answer

Forms problems

I'm trying to make a form using js and php, but when I click the submit button, it always stays with "Sending Email ..." and never sends, I checked the console and says the error is in the email.php (404 error not found) ... If someone can help...
asked by 29.10.2017 / 04:31
0
answers

I can not access objects within $ scope

I'm trying to validate a form, it only writes the data if it passes in if ($scope.frmCliente.$$invalid) , but the frmClient object is not being accessible within $ scope. The error that appears in the console:    ReferenceError: y...
asked by 29.10.2017 / 13:14
0
answers

Update UPDATE PHP

Good evening, I'm trying to update a kettle delivery record, I click the button to update and update it right in the bank, but when I update the same order again, the information is not updated, only after a time of first UPDATE that the data is...
asked by 29.10.2017 / 21:32
1
answer

Forms in bootstrap

Good morning! Recently I've been trying to learn more using frameworks and I'm currently using Boostrap. But in the middle of this path I came across a form with which I would like at least to have an idea how to do it: Any information...
asked by 13.11.2017 / 11:28
2
answers

Form formatting problem

Good morning, I have a problem with the newsletter form of my site. I've done several searches trying to solve the problem, but the lack of knowledge of the area I think is making me impossible. rsrs The form basically takes Name, Email, a...
asked by 13.11.2017 / 12:57
0
answers

How do I make objects complete with page scrolling?

I found this site while surfing the internet, and found it an incredible thing that I can not do. I do not really know how to search for something. Does anyone know how I go about completing such objects according to the Scroll of the mou...
asked by 04.11.2017 / 00:30
1
answer

AngularJS - ng-repeat is not working

Good afternoon, I made the following code: link . Accessing the JSFiddle, you can see that the Angle shows the title that is in the controller, but does not show any data related to the array. How do I resolve this issue? HTML <div ng-a...
asked by 03.11.2017 / 19:29