Posts by Luccas Gaulia • 95 points
10 posts
-
2
votes1
answer51
viewsQ: Join or separate repeated columns in different tables
I created a table tbl_users. But I have Profissionais and Empresas many columns are the same. It would be interesting to use in the same table, or it is better to separate?…
-
-1
votes2
answers1168
viewsQ: Appear two decimal places
In this code I have, when value reaches 200.00... it shows 200, when it has decimal places, it shows decimal places... 200.55 = 200.55 However, I need him to show both decimals even if it’s "10.00",…
-
0
votes1
answer59
viewsQ: Icons like the ones in boostrap
I would like to know how I can take an icon of mine, put it on the page, but if you want to change the color or size of the icon, I can do this... For example, in the Hover of a link, it changes…
-
0
votes2
answers2428
viewsA: Anchor Link, how to let it open at a certain page position
I got, Follow what needs to be put on BODY $(document).ready(function() { $(".service-info").hide(); $("ul.services-aba li:first").addClass("services-aba-active").show();…
-
2
votes2
answers2428
viewsQ: Anchor Link, how to let it open at a certain page position
Next, I’m using a page with anchor in "tabs", but when I click on the link inside the ABA it opens right more pulls to the TOP of the page the corresponding id, and so harms the MENU that is fixed…
-
2
votes1
answer630
viewsQ: Label no Bootstrap
Ola Pessoal, They have already helped me a lot, but now I have another problem... I want that when you press or pass the mouse in the inputs, appears on top the name... I’ve made it work, but with…
-
0
votes1
answer2797
viewsQ: Bootstrap Validator
Personal, I am not able to put the validation of Bootstrap completely... the Basic already works, but the rest not... Missing part of turning green with icon on right side of SUCESS or ERROR…
-
1
votes0
answers19
viewsQ: Run without clicking, can anyone help?
This running just updating the site, would only be used when clicking on the link, someone could help me? <a id="acceptButton" class="btn btn-success btn-block" data-value="<?php echo…
javascriptasked Luccas Gaulia 95 -
1
votes1
answer56
viewsQ: Make a . JS available to other websites
I’m starting out in this language, and I need some guidance... I need to perform a javascript code that should be on my server and only be made available to the client. J, in order to save the code…
javascriptasked Luccas Gaulia 95 -
0
votes1
answer340
viewsQ: Window(s) Modal opening at the same time or at different times
I need to make a system that opens "Modais" while browsing the site, informing some things, windows on the right side at the bottom and other windows on the left side at the bottom, with…