Posts by Ádanny Silva Mota • 15 points
3 posts
-
0
votes2
answers324
viewsQ: Insert ID into Table with 13,346 lines with LOOP
I need to update a table with 13,000 lines. And this table contains a field called "faixa_cep_id" and all ids are 0. I need to update this with a loop to not duplicate the fields (EX: 1, 2, 3,…
-
0
votes1
answer462
viewsQ: Bootstrap Collapse on small "Sm" devices
I have a somewhat problematic menu. As I have some categories in the menu as the screen decreases it bulges and descends a new menu below. Then I realized that my bootstrap only collapses on the…
-
1
votes1
answer868
viewsQ: How to apply sessionStorage or localStorage in code
I’m using the following code: <script type="text/javascript"> $(window).scroll(function() { if ($(this).scrollTop() > 300){ $('.float-menu-fixed').removeClass("closed");…