Posts by leonardo barussi • 35 points
13 posts
-
0
votes1
answer134
viewsA: Why is fullcalendar not loading css?
It worked, I did what Roberto Giffone recommended. They were file localization problems! Thank you!
-
0
votes1
answer134
viewsQ: Why is fullcalendar not loading css?
Good afternoon I’m having a little trouble implementing fullcalendar.. it appears all right, but the CSS does not load (I think) Am I making any wrong imports? Or is something missing? Thank you in…
-
1
votes2
answers151
viewsQ: Problems with bootstrap grid system
Guys, I’m having a problem with the bootstrap grid system, I don’t know why, but when I resize the site to the size of a device, it doesn’t fit properly.. Any suggestion? HTML: <html…
-
0
votes1
answer4911
viewsA: Modal problems with jquery: Uncaught Typeerror: $(...). modal is not a Function
My dear, you can solve it this way: (function( $ ) { $(function() { //codigo })(jQuery); Thank you to all who are willing to help me!
-
-2
votes1
answer4911
viewsQ: Modal problems with jquery: Uncaught Typeerror: $(...). modal is not a Function
I don’t know what else I do to try to fix this mistake! Help me, please. NOTE: JQUERY WORKS NORMAL BECAUSE I HAVE VALIDATIONS THERE. ONLY THE MODAL DOESN’T WORK, I DON’T KNOW WHY =/ <!DOCTYPE…
-
0
votes1
answer23
viewsA: Error in Phpmalier class
I managed to settle by placing the following item: $mail->SMTPOptions = array ( 'ssl' => array ( 'verify_peer' => false, 'verify_peer_name' => false, 'allow_self_signed' => true));…
-
1
votes1
answer23
viewsQ: Error in Phpmalier class
I would like your help! Have the following class to send emails in php: <?php // Import PHPMailer classes into the global namespace // These must be at the top of your script, not inside a…
-
1
votes2
answers398
viewsQ: What is the best way to authenticate in the database?
What is the best way to connect to the database using c#? Create a USUARIOS table, or create a USER in the database to access?
-
-2
votes1
answer271
viewsQ: Take value from a cell in jquery
This button has an ONCLICK event that calls a function. Theoretically, it is already in a line, it would only need the VALUE of a cell. Obs: Addresses is the ID of tbody and the TEST is the CELULA…
-
0
votes1
answer1691
viewsA: List data in a table using ajax php and bootstrap
I managed to solve the problem by putting Function out of function that checks if the document is ready! <script> $(document).ready( function(){ )}; function teste(){ alert('a'); }…
-
-1
votes1
answer1691
viewsQ: List data in a table using ajax php and bootstrap
I am facing a lot of problems and doubts with ajax! Have the following function that updates the data and list in a table: function atualiza(){ $.ajax({ dataType: 'json', url: 'get_enderecos.php',…
-
1
votes1
answer1048
viewsQ: how to load a select with data coming from an Angularjs API
Good night, I’m not able to carry a select in the Angularjs! It does not load, it is blank. I’ll post the code, if anyone can help me thank you!! Controller: <script>…
angularjsasked leonardo barussi 35 -
0
votes1
answer79
viewsQ: Doubt with Angularjs
What’s wrong with this code? I’m trying to run it, but no way it shows me the data coming from the bank! var app = angular.module('app', []); app.controller('clienteController', ['$scope', '$http',…