Questions tagged as 'html5'

1
answer

the JavaScript Does not execute the input function type file

I have an error that I could not find how to solve it. I have an input with a class and a js and a special css iborrainputfile that makes the input look nice. The problem is that when I load it from the html it works perfectly, but...
asked by 13.11.2018 / 15:16
1
answer

Create a window like in GMAIL

I'm making a button that when clicked shows a low window, like GMAIL: I get the idea of showing it, but I can not align it in such a way that it looks like the image. This is my code: $(document).ready(function() { $('.boton_ven...
asked by 16.11.2018 / 17:43
5
answers

How to make my input text have a separator of thousands and decimals in jquery?

I am trying to make a coin format for my input, which I want to be formatted automatically with thousand separator (",") and decimals; try with several plugins but they do not work for me. function addCommas(nStr) { nStr += '';...
asked by 09.09.2016 / 18:30
0
answers

Send a post from javascript

I have a Create view that has its Action result for the POST, but I want to call it from javascript. I want to pass the value of a textbox to the controller to be able to handle it and return the Create view again but now with a model already...
asked by 10.11.2018 / 22:12
2
answers

How to add an option to a select with jquery in the first position

I have a select which I fill in by clicking on a button, with Jquery $('#lider_id').append("<option value='1' >Josh_reder</option>") But the problem is that .append always puts them at the end of the other option, ie th...
asked by 09.11.2018 / 23:29
2
answers

Problems with summernote

I'm new to programming and I need help I want that when I select one of the names I put it in the position where the cursor is located <select>selecionar dato</select> <option value="Emmanuel">Emmanuel</option> <opti...
asked by 07.11.2018 / 00:39
1
answer

ADD TR TO TABLE AFTER AN ONCHANGE IN SELECT [duplicate]

I want you to help me, I want to add a tr to the table by pressing a select with option, in the onchange function, I already have the data, just add to the table, my table has a tbody, inside that I want to add it , also that each time you add...
asked by 05.11.2018 / 16:38
1
answer

Create a Pop up just by clicking

Hi friends maybe it's easy what I ask but I need to know how to create a pop up by clicking on a link. If someone has an idea, I would appreciate it a lot     
asked by 05.11.2018 / 07:07
0
answers

I can inject a data into an input from a website outside of my Domain

guys I have a query, I have a system that manages the generation and assignment of codes and serials of prepaid phone cards, there is a ONLINE system that is responsible for carrying out the recharge from the operator's system to the indicated t...
asked by 02.11.2018 / 21:24
0
answers

how can I connect my php system with the database

I went up to 000webhost, the system is already on the internet but there is no connection to the database and I do not know how to fix it. this erro throws me: Connection failedProxySQL Error: Access denied for user 'root' @ '2a02: 4780: bad:...
asked by 04.11.2018 / 00:54