Posts by Tamiris • 189 points
10 posts
-
0
votes0
answers23
viewsQ: Wrapper every 3 items in a listing
I have an api that returns me a list of customers and I have the following layout, my question is how to put the light gray bg div every 3 items. Just follow my code. <Grid container…
-
0
votes1
answer43
viewsQ: Ionic Authentification
I’d like some help, because I’ve been trying for days to think of a way to do this, but I still can’t quite figure out how to do it. I have an Ionic application, where access happens through a login…
-
3
votes2
answers4723
viewsQ: Anchor to another page with scroll to the content
I have a link on a page that will send me to another page, but I need that when the requested page is loaded, make a scroll for the content I want to focus on. If it were on the same page, I would…
-
0
votes2
answers346
viewsA: Show streets and images in Type Satellite by default
You have to declare the type of map as ROADMAP, which is the default MAPS API option. Leave it at that: var myOptions = { scrollwheel: false, center: new google.maps.LatLng(lat, centerLon), zoom:…
-
1
votes3
answers65
viewsQ: Increment or decrease var in resize window
Hello. I have a variable with the value 0 and a window in the size 1000. I would like you not to resize to smaller sizes, 999, 998, 997, the variable decreases to -1, -2... And in resize to higher,…
javascriptasked Tamiris 189 -
0
votes1
answer101
viewsQ: How to detect changes of more than 15px in Resize Window
I need to fire an event (Alert) whenever a window is resized, but only when the difference goes from 15 pixels (to less or to more). What is the simplest way to calculate these 15px?
-
1
votes2
answers138
viewsQ: Animation when the element reaches the center of the page (jQuery)
I would like to know how I get the positioning of a certain element when it reaches the center of the "window", because I need to do an animation when it is centered. Thanks to those who answer with…
-
2
votes2
answers163
viewsQ: Fittext Resize only works after resizing page in jQuery Mobile
I am working on a project with jQuery Mobile and I am using the plugin resize Fittext text. The plugin works fine, except in jQuery Mobile, where I have several pages in a single HTML file, when I…
-
4
votes1
answer153
viewsQ: The Greensock hotel fires all animations instead of just one
I have a list with several images, and when with the hover, take place 4 animations, a overlay, another bg of overlay, image caption appears and another "read more" text also appears. All the…
-
7
votes5
answers140
viewsQ: Is it possible to scroll to git bash?
I just installed the git and I chose to install the git bash (command line tool) together, to use all commands of the git for him. However, I noticed that mouse scrolling does not work at this…