Posts by Guilherme Sanches • 394 points
10 posts
-
1
votes2
answers308
viewsA: Show Map with point Ionic 2
I believe your question is quite simple to resolve. Create an object with the coordinates and pass this object to the options and then pass the options when instantiating the map on the screen. This…
-
0
votes1
answer2078
viewsQ: Disable Woocommerce store temporarily
How to put a store in Wordpress made with plugin Woocommerce maintenance? I thought to take the 'STORE' menu from the top of the site, but if someone has the link saved in the browser, could use and…
-
0
votes1
answer1024
viewsA: Return JSON Function Data and Populate DIV
Well, first create the variable in the angular scope, App.controller('ListaCtrl', ['$scope', 'dealerFactory', function($scope, dealerFactory){ $scope.dealers = []; $scope.dealers =…
angularjsanswered Guilherme Sanches 394 -
7
votes1
answer6201
viewsA: How do a select html load a list of options each time another select to change selection?
Hello, I did with pure JS, there are several other ways to do... <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Document</title>…
-
2
votes2
answers946
viewsA: Problems validating quiz response with javascript
Hello, Test this code, it did not work before because the form when it was submitted it went back to its beginning, IE, it updated the page, so the solution was to put an Event in the form that does…
-
6
votes4
answers256
viewsA: What’s the difference between creating a module normally and creating a module within a function?
Section 1 contains a Function Immediately Invoked or Immediately-Invoked Function Expression (IIFE). Wrapping your Angularjs components in an expression in the immediately called function form helps…
-
0
votes1
answer559
viewsA: Ionic error to start app
Good morning, at this link ENOENT error when Doing Ionic start apparently the same error occurs, according to the answer accepted by the author, the solution was this: "I have exactly the same…
-
7
votes3
answers21328
viewsA: Create HTML element with Javascript (appendchild vs innerHTML)
Good morning, well, imagine the situation that you have a table that has different themes according to the time, day the table is clear and night the table is darker, you will have different classes…
-
1
votes3
answers695
viewsA: How to generate code in the javascript div
Good morning, simple, you can do it like this: <div id="Creditos"></div> ai no JS: var Teste = { init: function(){ var label = document.createElement('label');…
-
1
votes2
answers9328
viewsA: Firebird Tool - Which
Good morning, I used for a long time the Ibexpert, in my opinion is the best in this area! It performs just about everything you need in relation to Firebird: BD’s comparison with data generation…
firebirdanswered Guilherme Sanches 394