Questions tagged as 'front-end'

1
answer

Aligning fields with bootstrap inline-forms

Good afternoon! I do not have much experience with frontend, but I will have to turn around to finish a project, so I will need a little help. My question is, I have some forms on the screen, and I would like it to be aligned one underneat...
asked by 27.08.2018 / 19:22
2
answers

How to call HTML code inside the css?

First, it's quite possible that there are already topics talking about it. It was not lack of research, I just believe that I did not find the correct keywords. Self explanatory question. I need a given code to appear on the page, according t...
asked by 12.03.2018 / 16:31
3
answers

How to make input mandatory in only a few cases

I'm putting together a form in which the client needs to provide the parent's data when he is a minor. I can do this easily in the backend, but I would like to know if you can do this with pure JavaScript to avoid the post. Just by reinforcin...
asked by 02.01.2018 / 13:20
0
answers

How far should snippets be used? [closed]

They are a hand on the wheel , however, I feel guilty for not performing the expected legwork. So I want your opinion to know when and point a Front-ender should use snippets.     
asked by 26.01.2018 / 05:25
1
answer

CSS Grid Layout

I'm already at a time without messing with front-end but now I'm taking a look at CSS Grid Layout. After reading the articles, I was left with a question: Is there any number of standard columns to start or maximum for the layout? I read a crowd...
asked by 08.01.2018 / 17:49
1
answer

Place div child of ul ul element occupying 100% of page width

The problem is this: I have a div that is the daughter of a li element of an ul that does not start in the corner of the page. There are two subproblems: 1 - I need to be able to expand this div so that it fills the entire width of the page w...
asked by 10.11.2017 / 00:03
0
answers

Error [Can not GET] when simulating my application with lite-server with typescript

I'm having an error while simulating my application in typescript, the error generated is: Cannot GET / My tsconfig.json file from my application is simple, it only contains the following settings: { "compilerOptions": { "tar...
asked by 18.11.2017 / 14:38
0
answers

Indentation and line break in data from sql to html

In summary, I created a table with type text in sql so that the user could save some content. But by pulling it back into the HTML formatting is lost. To heal this I thought about using the < pre > tag, but the < pre > it fills up...
asked by 08.11.2017 / 18:35
1
answer

Problem when executing method to insert new User using ASP.NET MVC with HTML and RAZOR

I have a problem when executing a request to insert a new user, I do not know what I need to do now to finish my request, By clicking the register button nothing happens below are my HTML code and controller (Controller Name: UserController)...
asked by 21.08.2017 / 20:52
1
answer

sun only refreshes at end of event

Hello, I have a button with a click event, and when I click on it, I make an ajax request in a foreach. I would like to open a loading mode to run while the requests are being made, but the modal only opens when they all finish and the event...
asked by 10.08.2017 / 15:44