Questions tagged as 'html'

1
answer

Change order of objects in the array by dragging rows from angular table JS

I have a table and using jquery ( sortable ), I would like that when I drag the line by modifying the html of the table, the array Example:    CAMPO1       CAMPO2 /// DRAG THAT DOWN       CAMPO3...
asked by 25.01.2017 / 00:08
1
answer

Display text coming from the database query in @ Html.Actionlink ()

Well, I have the following scenario: I query the database and I bring a IEnumerable<> to View : <section class="container"> <article class="row"> @foreach (var item in Model) {...
asked by 03.02.2017 / 03:52
1
answer

What is Accelerated Mobile Pages (AMP)?

By chance I ended up reading in an administration portal where I talked about digital marketing trends for the year 2017 and what caught my attention the most was the AMP. What got me the questions. What AMP? How to integrate it into an...
asked by 07.03.2017 / 15:56
1
answer

Insert indented text in TextArea with CodeMirror

I'm doing a HTML editor in the browser, where the user can write his script to the database, I recorded all the lines of user code in a single string and recorded it in the DB, but how do I bring it back as user created? Currently it l...
asked by 09.01.2017 / 22:47
1
answer

Hide a question while selecting another in jQuery

Good morning, I'm finishing a website here for the company where I work, and only one detail is missing to complete it, however as my knowledge in javascript is somewhat limited, I would like a little help ... My question is the following , I fo...
asked by 06.01.2017 / 11:12
1
answer

Apache Exchange for IIS: How to Display Errors

I have a fairly basic web page (type a questionnaire), in which it stores the information in a MySql database. While it was allocated in Apache (provided by xampp) was working, now that I went to an IIS server the part of the post stopped wor...
asked by 12.01.2017 / 17:05
1
answer

Conditional Comments IE7 does not work

I have an HTML code, one with a conditional to appear only in IE7 and below I put another unconditional code to appear in IE8 up and in other browsers, but when I open IE7 the browser is pulling the other code without the conditional. Does any...
asked by 11.05.2017 / 17:13
1
answer

Return of "?" instead of special characters in a SELECT [duplicate]

I have a problem, I have already coded everything with utf-8, I tried in many ways to sort this out and I can not, in a% of HTML, I pull a table from the database, but it returns with a symbol of special characters instead of the accents as in...
asked by 30.06.2017 / 20:55
2
answers

How to use jQuery to dynamically add text field in form

I have a form where the client needs to inform the number of ports of the patch panel, and according to the value that it populate this field, new fields appear dynamically to add other relevant information. Example: to register a new patch a...
asked by 07.07.2017 / 23:04
1
answer

Problem with margin-top css

I'm trying to put a margin on my table, I did so: .tab_dados {margin-top: 10px;} And it works, the problem and when I put an input on it. He sticks to her. What can it be? .form-group { margin-top: 20px; position: relative;...
asked by 15.12.2016 / 22:18