Posts by Robert Landigo • 19 points
6 posts
-
0
votes1
answer228
viewsQ: Date filter problem using Datatable
Good afternoon, I’m using data-Picker and I’m having trouble filtering by dates. 1 Error : The code returns me in mm/dd/YYY even with format due to line: var min = $('#min'). datepicker("getDate");…
-
-1
votes1
answer212
viewsQ: Group values from a multidimensional array with the same value and display in a table
Good morning, I have a multidimensional array, shown below: array(3) { [0]=> array(1) { [0]=> object(stdClass)#35 (3) { ["id"]=> string(2) "73" ["valor"]=> string(6) "200.00"…
-
1
votes1
answer66
viewsQ: Problem in Creating a responsive menu
Guys I’m trying to create a responsive menu but I’m in big trouble... Follow the code I need you to keep that burger and when it reaches a certain width, show this icon by clicking on it and the…
-
0
votes0
answers50
viewsQ: Animation does not appear in Section
Eae guys I’m making a website in bootstrap 4 and want to put an animation with Animate.css, as it is divided into classes I only put the class and ready however the effect happens soon when loading…
-
0
votes1
answer349
viewsQ: Bootstrap 4 - Fixed Navbar with White Background
I’m in trouble because I can’t keep my Navbar on a white background when she goes from 400px down. I want it transparent at the beginning and after 400px it gets a white background.Ps: I want to…
-
1
votes1
answer45
viewsQ: Header does not get responsive in 320PX using Flexbox
I am starting to use flexbox but I have a giant problem that I cannot solve in several layouts. Both the header and Nav and li are hidden in the Mobile Solution, Iphone 320x568 and there is a white…