Questions tagged as 'html'

2
answers

Warning: mysqli_query (): Empty query - PHP MySQL

I have a table where I show all the cabins that I have in my database. Each one of them will have its ID, its file to modify (data of each cabin) and a "checkbox" button to be able to select those that they want to eliminate. 1) When I select...
asked by 28.11.2017 / 22:54
2
answers

Prevent input from leaving the parent container, box-sizing does not work

I have a problem with a form, I'm giving input styles all right, but these are out of the form, only fit if I decrease the width or padding, try with the value "border-box", "overflow" : hidden "but I can not prevent them from coming out, attach...
asked by 03.04.2017 / 20:58
4
answers

automatically reload a page by clicking on back in the browser [closed]

Hello, good morning, I want to know if there is a way to make a page automatically reload because I have problems when giving the button back in the browser does not generate new codes, and I must update the page to make it happen     
asked by 11.10.2016 / 15:14
1
answer

Customize Android app bar

I have an application developed on Cordova / Phonegap using Web technologies. When users click on the square button ( Overview ) a series of cards with the open apps is shown visually, and these cards have a color bar that includes the icon, nam...
asked by 08.10.2016 / 03:26
1
answer

offset () and position () - jquery

I have the following problem. In Firefox, when using the property .position() , it is always relative to the position of the browser window, that is, it makes the position of the window never reach the position of the element, because i...
asked by 29.11.2016 / 12:59
1
answer

Place a select option inside a div with d3.js

I am trying to place a drop-down list (with select and option ) within a div and an SVG using d3.js, but it does not work and the select is not seen. I do not know if they are the properties or the reason why it happen...
asked by 30.11.2016 / 05:28
2
answers

Show / hide menus according to user profile / role

Good, my query basically is to guide me how to solve my problem in the most optimal way, I have a web with backend in nodejs where I send the static files (I do not use jade templates), I do all the modifications with javascript and ajax call...
asked by 01.10.2016 / 11:44
2
answers

I can not fill out the form on mobile

develop a portal with bootstrap, but in the contacts section I do not see the mobile keyboard to fill it, it's like it was blocked. Someone can help me, because from the browser it's normal, but from the phone it will not let me. http://svc...
asked by 01.10.2016 / 22:06
2
answers

how to get html label value from ASP.NET server side c #?

On my client side I have an html select where changing the index changes an html label with jquery $(document).ready(function () { $("select[name = sreport]").change(function () { var selected = $("option:sele...
asked by 03.10.2016 / 20:11
1
answer

How to put in my table in JSON jQuery a sql pdf?

I would like to open my pdf file that I stored in my sql table with the following fields: nombre(varchar),tipo(varchar),ruta(varbinary) . How would it be? So I have it but it only brings me the name as I open the pdf ??? function OnSu...
asked by 20.06.2016 / 19:10