Questions tagged as 'front-end'

1
answer

Library for VueJS graphics creation?

I need to do graphing, and I'm using the VueJS framework along with Quasar. I wonder if anyone knows or knows any library so I can generate these graphs; I've seen some, but the documentation is in Chinese, which makes it very difficult. Thanks...
asked by 03.08.2017 / 21:17
2
answers

What are the differences between jQuery and jQuery Mobile?

I was reading today about the jQuery Mobile framework and from what I understood it would be for jQuery as Bootstrap is for CSS. I do not know if I understood correctly, but the question remains: does jQuery Mobile also have the same function...
asked by 17.04.2017 / 18:08
2
answers

What is the correct way to use a package installed by npm? [duplicate]

To explain my question I will use jquery as an example. I installed jquery from npm (npm install jquery). Then npm created the folder node_modules \ jquery \ dist where is the jquery file that I need (jquery.js). To use this file should I p...
asked by 19.11.2016 / 22:26
2
answers

The script loads before ng-view has loaded (AngularJS)

I'm having trouble with the following situation: I have a ng-view on my page, but I need two scripts that I implement at the bottom of the page wait for my ng-view load so they interact with the element classes within my ng-view. These are...
asked by 30.07.2016 / 02:06
1
answer

How to reuse HTML menus in other pages

I'm new to the front end and would like to know how I can write the menu once and reuse on the other pages? I have read some posts but could not implement it in my code. Example; I have a menu of the main page and I want to reuse on all the o...
asked by 22.03.2016 / 13:37
2
answers

How to leave a div and an image over a carousel?

I want to make a carrousel and over it, a div and the logo, to give that effect of being superimposed. Try to do as in this EXAMPLE , but to no avail. When I add such properties ( absolute e relative ) to the carousel code it does not...
asked by 19.01.2016 / 20:43
1
answer

How to make a footer (footer) get fixed after the Parallax effect?

I have this image and would like to have an effect equal to option 3 (three) of that image, it follows: DETAIL: could be option 2 (two) only I do not want the footer to go to the area of the screen regardless of whether the content is s...
asked by 15.05.2018 / 13:33
1
answer

In ReactJS, can you ensure that a method of the class is only executed after setState is completed?

I'm doing a FreeCodeCamp project using ReactJS. It consists of making two Leaderboards : one of the campers with the highest score in the last 30 days and another of those who have accumulated more points, user can choose which leaderboard...
asked by 04.02.2018 / 19:11
1
answer

Materialize 1.0.0-beta (CSS Transitions)

I'm new to the front end in general, I have basic knowledge of html and css, I'd like to use materialize and understand this function here. link As I try to use these codes on the page only I can not use the Toggle Scale on my page <...
asked by 02.04.2018 / 01:06
1
answer

Change page content when clicking on link in VueJS

I have an email application and I have a side menu with all the email boxes that will be available to the user. Here is the image: What I want to do is: Each time I select (click) an item from that menu it reloads only the content of...
asked by 24.08.2017 / 16:42