Posts by Filipe Nickel Sala • 95 points
18 posts
-
0
votes1
answer199
viewsQ: Reactjs and Redux state does not change
Good afternoon guys I’m beginner and I’m having a problem when it comes to updating my state could help me or give some hint on how I can fix this Home js. import React from 'react'; import {Form,…
-
-1
votes1
answer50
viewsQ: Reactjs props for others
Good afternoon, am with a beginner question I would like to know if anyone can help me doubt is the following need to pass the active that is selected in Navbar.js for Home.js to be able to render…
-
1
votes1
answer1708
viewsQ: Consume API with React
someone can help me how I can get this API ## Cadastro ```sh $ curl --request POST \ --url https://dev.people.com.ai/mobile/api/v2/register \ --header 'content-type: application/json' \ --data '{…
-
0
votes1
answer88
viewsA: Mobile cutting
'Cause I was using display:flex; no body so gave a bug on cell phone and cut the title <h1> I don’t know if it was one of the best solutions <div class="wrap"> that encompassed…
-
0
votes1
answer88
viewsQ: Mobile cutting
I am doing a test but on the pc in all sizes works cool now when I climb in the served and eye on the cvelular it cuts the part of the title can help me? HTML <!DOCTYPE html> <html…
-
3
votes1
answer599
viewsQ: Flexbox + CSS GRID
People would like to know if there is any possibility of using Cssgrid with Flexbox. display:grid; display:flex; I mean using both in the same project, if not, which one would you recommend me to…
-
0
votes0
answers69
viewsQ: React Native Error
Could someone help me I received the following feedback Não esqueça de cancelar as notificações e agendar as notificações do dia seguinte quando o usuário terminar um quiz :thumbsup:. Você pode…
-
0
votes1
answer68
viewsA: Scrollspy wordpress
I managed with this jquery now just need it change using scroll //Deixa ativado o item que está ativo na pagina var url = window.location; $('#cssmenu ul ul li a').filter(function() { return…
-
0
votes1
answer68
viewsQ: Scrollspy wordpress
Good morning I would like a help am using wordpress and I put the following menu class CSS_Menu_Maker_Walker extends Walker { var $db_fields = array( 'parent' => 'menu_item_parent', 'id' =>…
-
0
votes1
answer122
viewsQ: Scroll Jquery html css
I need to make a scroll change menu as it descends identical to this site http://www.flatslife.com/ could help me where I might be finding? <div id="cssmenu"…
-
0
votes0
answers16
viewsQ: Loader bug jquery
I’m having a problem in my jquery jQuery: /Pre-Loader jQuery(window).load(function () { $('.site').hide(1); $('.id-sub').hide(); $("#loading").fadeOut(2000,function(){ $('.site').show("slow");…
-
0
votes1
answer58
viewsA: Jquery after Reload
I managed to solve my problem thanks.. //Efeito SliderDown/SliderUp $('.sub-menu a').click(function() { var anchor; var link = $(this).attr('href'); if (link.indexOf('#') !== -1) { anchor = '#' +…
-
0
votes1
answer68
viewsA: Fixed jquery scroll at top by clicking on a div #
//Efeito SliderDown/SliderUp $('.sub-menu a').click(function() { var anchor; var link = $(this).attr('href'); if (link.indexOf('#') !== -1) { anchor = '#' +…
-
0
votes1
answer58
viewsQ: Jquery after Reload
I wonder if there’s any way to do it, because I have a function that when I click on a menu button it captures via jquery the id of the page but if example I am on the START page that has no id and…
-
0
votes1
answer68
viewsQ: Fixed jquery scroll at top by clicking on a div #
Next people I have a problem because when I clicked on a menu anchored by a #id it did not stay with the scroll at the top and so the content was cut because now I put this function and it worked…
-
0
votes0
answers350
viewsQ: Problem by clicking on anchor menu #
Below is my jquery script that hides a certain content of #about for example and when clicking on the menu it hides the old and shows the new but when I call the new content gets all messy quoting…
-
1
votes1
answer66
viewsA: Hide/show menu when clicking
$('.sub-menu a').click(function() { var anchor; var link = $(this).attr('href'); if (link.indexOf('#') !== -1) { anchor = '#' + link.split('#').pop(); } …
jqueryanswered Filipe Nickel Sala 95 -
2
votes1
answer66
viewsQ: Hide/show menu when clicking
I’m having a doubt I’m using Wordpress this is my jquery to pick up the link I am clicking and through an anchor ID # it scrolls down to the desired content but need to hide everything and when…
jqueryasked Filipe Nickel Sala 95