Questions tagged as 'front-end'

2
answers

Height of row in bootstrap using percentage (%)

How do I change the height of row in Bootstrap using percentage? I tried the height property in both CSS , and pure HTML , and did not work. In a nutshell, I want to have control over the height of the row . In the Height propert...
asked by 26.10.2017 / 17:20
2
answers

Script via Link requires double click the first time it is requested

I have 3 inline-block Divs in a row. These divs contain 1 text paragraph with a link at the end to extend the div and print the remaining paragraphs. At the end of the extended div, there is another link that returns the div to its normal state....
asked by 06.07.2017 / 13:44
2
answers

Doubt about front end modeling based on data

I am very much in the mood to model data of type Positions . Ex: funcionario------cargo = 1 chefia-----------cargo = 2 chefia da chefia-cargo = 3 big boss---------cargo = 4 In this case, it would be interesting to create a screen that woul...
asked by 20.04.2017 / 15:58
1
answer

Inserting data-id and data-url into extra DataTable field

See this code defaultContent: '<i class="fa fa-close pull-right js-customer-delete"style="color: #0066FF; text-decoration: none; cursor: pointer; margin-left:10px"data-id=""data-url=""></i> <i class="fa fa-edit pull-right...
asked by 23.04.2017 / 21:39
1
answer

Website with animation [closed]

I started studying web now and would like to know which languages are used to make a website with animations like these: link link Thank you!     
asked by 13.01.2017 / 10:52
1
answer

How to make this background with animation [closed]

I started to study a little about web, I would like your help to know how to make a background with an "infinite" animation like the one on this site: link Thank you!     
asked by 13.01.2017 / 12:59
2
answers

Class has-error does not disappear from field

Given a client form, valid fields are required. Required fields that are not filled in are automatically highlighted on the page to make the user's life easier. So far 100%. As the user sees the remaining required fields and starts to populate,...
asked by 30.12.2016 / 03:06
1
answer

Check if an input was loaded with jQuery

I need to check if an input text was loaded on the page and check if it is populated, how can I do that? I've tried $ ('input') on ('load') but it does not work, and the way the script is done I can not make a $ (document) .ready. Who knows a so...
asked by 07.09.2016 / 20:48
1
answer

Store user data after login AngularJS

I'm logging in through an AJAX request usually using $ http, right after logging in, my webservice returns the userid that logged in, so I make another request to get that user. With this user's data I store the User ID and Name. localStora...
asked by 23.08.2016 / 00:31
1
answer

Make the scroll scroll to the bottom of the page automatically

I'm developing an application where the user asks a question and the server delivers a response, I'm having trouble getting the scroll bar to follow the conversation, so far I'm having the chat history on the screen, but I have you drag with the...
asked by 15.10.2016 / 17:10