Questions tagged as 'multiple'

1
answer

How to remove an already selected item from a multiple upload

I have this example and would like to remove an item from my selection. But it is not removing properly, has a problem with the index number, how could I solve this? link     
asked by 09.11.2015 / 22:21
1
answer

jQuery, stop running functions depending on window size, also do not resize

I'm working on a site that calls external JS files. The problem is that when I would like some functions to stop running on desktop when $(window).width() < 800 and vice versa: External JS / CSS file link: HTML tag HEAD: ... <...
asked by 24.10.2014 / 16:11
2
answers

Multiple attribute of tag select does not work

Attribute multiple of tag <select> does not work, you can only select a single option. I'm using Chrome. <h4>From</h4> <div> <select name="sites-list" size="7" multiple> <o...
asked by 19.12.2014 / 22:49
1
answer

CSS wallpaper

I have this code, and I do not understand why it does not work, what I wanted was to have two backgrounds one in the top center another bottom center. but it only works down and that's not supposed to be down. Any suggestion? Thanks body { m...
asked by 26.03.2014 / 16:37
1
answer

Multiple select list with items already selected using Razor

I'm using Razor to generate a SelectList like this: @Html.DropDownList("StatusImovel", new SelectList(ViewBag.ListaStatus, "IdStatus", "Descricao"), new { @hidden = "hidden", @multiple = "multiple", @form = "nulo" }) I need it...
asked by 03.01.2018 / 13:42
3
answers

Multiple callbacks with JavaScript

Hello everyone. I have two distinct function callbacks that give me values that need to be used outside of these functions. Here is the code: FB.api('/me', function(response) { FB.api('/me/picture?type=normal', function(response) {...
asked by 03.08.2015 / 23:57
1
answer

Select multiple with Material Design Lite

How to make a <select multiple> with the MDL? I looked at the site but did not find anything. I saw that the AngularJS has this but not the use in the project     
asked by 28.06.2018 / 13:55
0
answers

Publishing on multiple servers (VS / Publish)

Is it possible to publish an application through Visual Studio 2015 to multiple servers at once? How could this be done?     
asked by 25.08.2017 / 01:40
0
answers

How to download multiple files with just one http request

I found several links on the subject, but I still could not make it work, examples: link link I tested with the version of chrome 69, firefox 44, edge 41. I created a TcpListener to generate the responses at hand, and monitored through th...
asked by 27.08.2018 / 16:16
0
answers

Populate multiple select with SQL data

I was able to save a select multiple in the database, however, I can not bring it back to make the data edit page. At save time I used implode . When you have only one record saved, it returns right in select multiple = appears s...
asked by 20.05.2018 / 22:47