Questions tagged as 'front-end'

1
answer

How does the Front End part work with OAuth 2.0?

I've done all the necessary part of the back end to use OAuth and api already returns the access_token and refresh_token, my question is, what do I need to do on the front end (if possible with examples). Any requests first will have to verif...
asked by 19.01.2018 / 11:23
1
answer

p: graphicImage does not display image

Personally I'm having trouble displaying an image within my project on a Data Table. Simply the image goes blank. The system makes a query in the mySQL database of the image directory to know which image represents the specific team. Here is the...
asked by 25.12.2017 / 23:59
0
answers

Error generating table data

My front does not get the data to list. But the data is inserted perfectly. How to solve? <?php require_once 'vendor/autoload.php'; $app = new \Slim\Slim(); $db = new mysqli("localhost","root","","neppo"); $app->get("/cadastro",funct...
asked by 20.12.2017 / 17:35
1
answer

Change favicon in a Wamp project

I used the following code inside to change the favicon of my project <link rel="shortcut icon" href="img/favicon.ico"/> It worked fine in the index, but when inserting the same code in the other pages the favicon remains the Wamp stan...
asked by 05.01.2018 / 13:50
1
answer

Angular 2: Please add a @NgModule annotation

I'm having an error asking to add the annotation @NgModule. But I believe this is okay. follows error: Uncaught Error: Unexpected value 'Http' imported by the module 'AppModule'. Please add a @NgModule annotation. at syntaxError (compiler....
asked by 04.12.2017 / 18:22
2
answers

How not to display in the input with autocomplete jQuery UI the HTML of the variable?

I'm using the jQuery autocomplete . I was able to make it interpret HTML , but HTML is displayed in input . I need to format my search like this, like I did: WhenIclick,however,theresultisdisplayedlikethis: Youshouldnotdisplaytheta...
asked by 26.11.2017 / 01:32
0
answers

AJAX + PHP - Order Form

I'm creating a contact form where the user places their personal data and then selects the products for which they want a quote. Product fields are select and quantity input type="number" . But in PHP does not get this Array,...
asked by 23.11.2017 / 18:14
1
answer

How to use "debounce" to execute function only after a while

Hello. I'm developing a script that runs when the user arrives at the end of page scrolling. What I have so far is the following code: $(document).ready(function() { var posicaoAtual = $(window).scrollTop(); $(window).scroll(functi...
asked by 23.11.2017 / 16:17
0
answers

How to customize the stepper material icons?

Good afternoon. I'm trying to modify the icons that come by default in the design material stepper but I can not find any workable solution. This edit icon I mean. Is there a way to put a custom icon? Another question, is it possible to...
asked by 16.11.2017 / 17:28
3
answers

GRID system bootstrap - col-xs-X does not recognize width

I'm studying bootstrap, and in formulating the GRID system the col recognizes the values LG, MD, SM, but does not recognize the requested XS. When I resize the browser to mobile size it always puts the requested div in size 12 (full). <!DOC...
asked by 23.10.2017 / 20:49