Posts by Anderson • 209 points
9 posts
-
1
votes1
answer605
viewsQ: Onclick to close a modal without Reload
This button closes a modal, but needs to be without causing a Reload. There are ways? <button type="button" class="close" data-dismiss="modal" aria-label="Close"…
-
1
votes1
answer613
viewsQ: Two effects with javascript in an image
I want to place two javascript effects on an image. The first would cause the image to appear once and from there it would shine often. It is possible? <div id="logo"> <a…
-
0
votes1
answer3201
viewsQ: Bootstrap Navbar Fixed Top overlaying the slider Carousel
I’m making a Fixed top navbar menu and I want this menu to accompany the scroll when you slide the page, but the navbar is overlapping the section just below that is the slider. I wanted to know how…
-
0
votes1
answer245
viewsQ: Problem in smoothing scroll on anchor links
Beginner in Jquery, but I used this script I found to give the smoothing effect in the scroll to the link "anchored": $(document).ready(function () { function filterPath(string) { return string…
-
1
votes3
answers1741
viewsQ: Change the breakpoint (breakpoint) of the navbar
I have a navbar that works with Collapse, so when in lower resolution the menu is grouped and appears only when clicked. Anyway, is there any way that I can change the navbar breakpoint only so that…
-
1
votes1
answer1781
viewsQ: How to place next and previous buttons on a slider?
I have this slider simple, but I can’t put buttons Previous and Next. And I was wondering if it’s "viable". HTML <div class="fadein"> <img…
-
0
votes1
answer194
views -
3
votes1
answer4920
viewsQ: Smooth link anchor scrolling
The following JS aims to promote smooth scrolling when we click on anchors on a website one-page. There is how to restrict its performance only with resolutions higher than 760px?…
-
2
votes3
answers367
viewsQ: Stop Menu scroll in certain resolution
I have a drop down menu along with the scroll. I used Jquery to add css attributes to make this happen. I don’t want this to happen when the site is less than 768px wide. That’s when it stands still…