Questions tagged as 'html'

1
answer

Carousel Bootstrap

Hello, I wanted to know how to change these indicators, instead of buttons for texts, follow the code below: <div id="myCarousel" class="carousel slide" data-interval="3000" data-ride="carousel"> <!-- Carousel indicators -->...
asked by 10.02.2015 / 13:43
1
answer

Jsfiddle {"error": "Please use POST request"}

I'm testing this code in JSFiddle and I have the answer:    {"error": "Please use POST request"} Here this code DEMO I followed the code below: Html <!DOCTYPE html> <html lang="en"> <head> <script sr...
asked by 11.07.2014 / 02:12
1
answer

Close internal modal bootstrap without closing external mode

I created a form using the Bootstrap Framework that opens in a Modal and it has a list of data that can be deleted, but require a confirmation. It happens that by clicking the "Exit" button or the "x" of the confirmation modal, both it and th...
asked by 15.07.2014 / 02:55
1
answer

Svg is not rendered, the browser downloads the file in iis

When you access the site containing an svg image, it does not appear but the browser downloads the image and the following message appears in the debug console: Resource interpreted as Document but transferred with MIME type application / oc...
asked by 10.07.2014 / 15:11
1
answer

How to set 'href' on a link in KnockoutJS?

I'm starting with KnockoutJS and would like to know if it has a way to attach a link received by AJAX / JSON to a <a href="meu link aqui">Meu link</a> tag. HTML: <div data-bind="text: url"></div> <hr/>...
asked by 15.07.2014 / 16:12
1
answer

Do .append () before .load ()

I'm using .load() to load content (partial) from controller of my application. What I wanted to do before .load was to add code html while loading a partial. For this I tried to .append before .load :...
asked by 06.05.2014 / 12:40
1
answer

MvcCheckBoxList, RadioButtons, and Text Inputs

I'm having a project where I'm using MvcCheckBoxList. My question is this: Would you like to put a mvccheckboxlist together with radio buttons and inputs? For I am in a project in a school that I have to record some occurrences and I need th...
asked by 09.05.2014 / 00:10
1
answer

How to send more than one value in a select element of form html?

I'm creating a form and for some fields I need to send more than one value and I do not know if the form I'm doing is the best one or not. <select name="itens[]"> <option value=""></option> <option value="1||Primeiro...
asked by 18.11.2014 / 12:43
1
answer

Return values of elements without a given class

I have a list with images, and I need to return a value of those images to then assign some commands. The problem is that in some <li> there will be a class named off and needs to be "discarded" from the order. Sample code...
asked by 15.10.2014 / 15:18
1
answer

last item in list li is not down even though it has space

I'm making a very simple website in HTML5 and pure CSS So I created an inline-block list of 4 items and each item is a large square whose sizes have to line up to the header and such. The problem is that when I set the right size to align wit...
asked by 21.10.2014 / 18:17