Posts by Trimander • 97 points
9 posts
-
-1
votes1
answer32
viewsQ: Bootstrap bug with Angular
I have this problem in my project, I added bootstrap 4.3.1 normally in the angular project, but when trying to split the columns as the code below this margin appears preventing bootstrap grid…
-
3
votes1
answer98
viewsQ: How to remove this shadow that appears when it reaches the "end" of the screen?
How do you remove this shadow using Android Studio? It appears when you finish scrolling the page.…
-
0
votes0
answers27
viewsQ: Because when I use AJAX the function doesn’t work?
JS $(document).ready(function(){ LoadMods(); $(".mod").click(function(){ var id = $(this).data("id"); alert("Entrou"); $.ajax({ url: '../crud/load_mods_info.php?id='+id, type: 'post', dataType:…
-
0
votes1
answer117
views -
1
votes2
answers81
viewsQ: How to execute a function whose name is in the database?
I would like to know how to execute a Javascript function by taking its name in the database. Example: data["nome_coluna"] // essa será a informação que estará no banco. (exemplo: somar();) // Aí o…
-
2
votes2
answers67
viewsQ: Can you declare a variable in Javascript so that it always has 2 decimal places?
The idea is not to have to convert the result to two decimal places every time. Example: var preco = 10.00 To show these decimal places, I have to put like this: $("#preco").html("R$ " +…
-
0
votes1
answer424
viewsQ: Phpmailer with Locaweb - Not saving emails sent in my Locaweb account
I have set up Phpmailer and it is sending the emails correctly, but in the mailbox of my account these sent emails are not registered. I have to make some configuration for that?
-
0
votes0
answers55
viewsQ: Error loading php page on online site
I did the whole site on my computer testing with the shamp. But when I went online, some problems appeared when loading 3 pages of access to the bank that are similar. <?php…
-
1
votes1
answer31
views