Questions tagged as 'html5'

3
answers

How to refresh the row of a table when it is updated by Ajax?

I have the following Jquery script with ajax $('#btn_cofr_update').click(function(e){ e.preventDefault(); var form =$('#form_upd_requi'); var action=form.attr('action'); var id=$('#id_').val(); var data=$('#fo...
asked by 14.02.2017 / 18:27
1
answer

Salary DataTables jQuery

I do not handle much the DataTables for which I tried several ways to convert a result of ajax that are numbers and convert them into salary, but since I am handling it in a different way than the DataTables it suddenly beco...
asked by 18.01.2017 / 23:22
1
answer

Create in an ASP.NET MVC project

I work in an ASP.NET MVC project, Entity Framework. What I'm trying to do is register a record from a partial popup view. In partial view I call it from the index in which I have a table with our code. HTML: I have implemented the popup at...
asked by 18.03.2017 / 14:45
1
answer

Can you save several modal windows in a separate file?

Sorry for the inconvenience. Until recently I was implementing several modal Bootstrap windows on my website. The problem is (I do not know if it is) that each html code is inserted in the same page where these are called by buttons. I have arou...
asked by 20.01.2017 / 22:22
1
answer

Hide div except image with jquery

I have the following DIV: <div id="overlays" style="background-image: url(http://agar.io/img/background.png); position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 200; margin-top: -20px"> When playing the div disapp...
asked by 12.02.2017 / 18:50
1
answer

How to add vertical scroll to a table with the head and the fixed footer with CSS or style?

I have the following table, where I put the fixed width to the head: <table id="listado" class="table table-striped table-bordered" style="margin-bottom: 0 !important;"> <thead> <tr> <th style="width:50px">C...
asked by 06.01.2017 / 19:32
2
answers

You do not show me the image on my Website

Good, I've been learning django for a short time, my problem arises when I try to load the image associated with an object in the database. {% extends 'index.html' %} {% block titulo %} Jugadores {% endblock %} {% block menu%} {% if jugadores...
asked by 25.01.2017 / 10:17
1
answer

Error inserting records in php

I try to store values in my bd with php5 but for some reason I get an error, here is the html and the php: HTML: <!DOCTYPE html> <html> <head> <title>Registro.</title> </head> <body> <form act...
asked by 01.01.2017 / 21:15
1
answer

filter last records

Good, I'm a little lost with this since I do not control Angular Material . I have created a table in which all the results that I currently have in JSON appear to me and I have to do a function in which I filter to show the last X recor...
asked by 11.01.2017 / 16:20
2
answers

Article stays below its parent container

I am practicing with a web, and I have created a container and inside it I have created one that contains an image, an h4 and a paragraph. The problem is that the section is 380px high, and the article is almost 700px low, as if there was a spac...
asked by 28.12.2016 / 03:25