Questions tagged as 'html'

1
answer

Close partial view popup

I have a partial view as popup which, I put an x to click and close the window , but I also want to close the popup as follows: by clicking outside the popup should close. The code I have is the following: With this I create the popup from...
asked by 18.02.2017 / 19:08
1
answer

Get the id of a query in jquery Api Rest

I have this jquery script that brings a json hosted in a rest api $( document ).ready(function() { $.ajax({ url: "http://localhost/api_megacable/cable", data: "{}", dataType: "json", type: "GET", co...
asked by 02.02.2017 / 20:02
1
answer

no implicit conversion of Symbol into Integer (RAILS)

I'm collecting data from a cinema web services and I want to get the movies, but I get an error:    no implicit conversion of Symbol into Integer This is the function in controller : def set_movies prepare_client_soap @re...
asked by 03.02.2017 / 14:45
1
answer

OnClick show gif

document.addEventListener('DOMContentLoaded', function () { var clickTimes = 0; var inicialImage = document.getElementById('inicial'); var loadingImage = document.getElementById('pensando'); var ideaImage = document.getE...
asked by 06.02.2017 / 17:24
1
answer

How to select a default value in Angular JS 1.5 in the combo

I'm doing an Edit from a Modal but I can not get the data to show me from the controller, only the empty field appears, note: if the selects work well. Here is my HTML <div class = "row"> <div class="col-md-6"> <label>CLa...
asked by 30.01.2017 / 19:55
2
answers

"onclick" method does not work on files added with "? php require?

Well my problem is this, I have a website of a real estate company. It has a Sidebar on the right with buttons to enter the different sections, the "main" part which is the one on the left and occupies 70% of the screen is where a display of all...
asked by 22.01.2017 / 19:17
0
answers

Form html does not receive variable php from link

In the following code in between the values I try to enter the database does not store $ file_id why? <!DOCTYPE html> <html lang = "es"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <t...
asked by 22.01.2017 / 01:23
5
answers

How to avoid resubmitting the form?

Having this: <footer> <div class="row no-margin no-padding"> <div class="col-md-4 col-xs-6 oneplayer"> <br> <a class="logo navbar-brand no-margin no-padding" href="index.php"><img cla...
asked by 11.11.2016 / 11:49
1
answer

Show edit of an existing record in a table in php

I have a database to which I am creating a web interface with php and html, something simple. In a php, I visualize a list of all the users of the database, to which I have added edit and delete buttons. The edit links to another php, whic...
asked by 14.02.2017 / 14:52
1
answer

disable list of options chosen Jquery

Good morning I have a chosen field and would like to enable / disable the list of options based on some variables, I used the following code and it does not work, to see if someone can guide me. JS: $(".chosen").chosen({max_selected_opti...
asked by 20.02.2017 / 12:26