Posts by Rafael • 11 points
3 posts
-
0
votes0
answers33
viewsQ: Error executing a JS function
I’m trying to perform this function: function createSlick(){ $(".slider").not('.slick-initialized').slick({ centerMode: true, autoplay: true, dots: true, slidesToShow: 4, responsive: [{ breakpoint:…
-
0
votes1
answer372
viewsQ: Conflict between a Jquery call and a js file
I’m having a problem in a function using Jquery and a file I call inside my html that are giving conflict, it’s only working one, I tried using jQuery.noConflict() but apparently it didn’t work, I…
-
0
votes1
answer278
viewsQ: Make content appear according to button clicked in the side menu
I have a side menu listed with several lis and the contents of each menu item listed beside. I would like that when the user opens the page the first menu item is already visible, and if he clicks…