Questions tagged as 'html'

3
answers

How to mount an array with bootstrap taginput values?

I'm using a bootstrap tagsinput to insert values into bd, but values are being stored in a single string, for example: "256,257,299". I would like these values to be defined in an array and look like this: ["256", "257", "299"], then I give a fo...
asked by 28.10.2016 / 23:05
1
answer

Help with menu in css

Galera I built a very simple menu in css. But I have a problem. This menu is located inside a% div that is fixed on the screen. So if the menu has a lot of option, it is not possible to select them because it is cut. A simple and cool solution w...
asked by 01.11.2016 / 12:54
2
answers

Service with list of cars and models

Good afternoon, I am developing a site where you will need to fill out the model of the car, brand and year. I would like to know if you know of any web service that brings me this information or I will have to enter them manually? Hugs!...
asked by 31.10.2016 / 15:21
1
answer

How to select the ids of a table with checkbox and save in the bank?

How do I select some items from a dimanic table coming from the mysql database and loaded into a table using javascript or jquery and set the marked checkboxes to the category as 'sport' in the database? Below is an outline of the code <...
asked by 03.05.2017 / 17:29
1
answer

transform objects into list when resolution is less than X

I need to change a render to show a checkbox if the device resolution is less than X example: show radio's buttons and if the screen resolution is smaller than X it turns a select     
asked by 04.05.2017 / 17:37
1
answer

How to load multiple .html pages with ajax

I am using this code to load a .html page, but it does not create several as I would like, I have the feeling that it only manages to create it once. I would like to create several of them. for(var i = 0; i < 4; i++) { $.post('l...
asked by 14.01.2017 / 21:17
2
answers

How to check, for each item entered in the $ scope.items [], if the fields were filled

How to check, for each item entered in $ scope.items [], have Phone and CPF been filled in? Desired scenario: → The user must enter at least 1 item, if negative, clicking on "Send" will display an "alert" [ALREADY IMPLEMENTED] → W...
asked by 13.01.2017 / 16:52
1
answer

Can I disable a div using css?

So I created two divs within each other and my idea was this: I wanted to leave an inactive div, and when I left the mouse on one, the other one appears. The command I used for this is opacity: 0; to make it invisible and when I left the mous...
asked by 22.10.2016 / 14:41
1
answer

how to retrieve the original name of images with jQuery?

How can I retrieve the names of the images that were sent to the page saved via ajax I'm not getting it I want to get all of them that were uploaded to the server with their original names because I'm only able to get them with the base 64 names...
asked by 04.11.2016 / 12:00
1
answer

Very large select box content

I have a selectbox <select> HTML that has a very large content, there are more than 1000 records that should be loaded, but in performance issues I believe it is getting bad. I would like some solution in javascript, jquery or an...
asked by 03.11.2016 / 15:25