Posts by tatah • 105 points
11 posts
-
2
votes1
answer65
viewsQ: How do I access the brother element to open the side menu
When I was doing like this: * { margin: 0; padding: 0; } .fa-file-excel { color: green; background-color: #f9f9f9; } body { background-color: #f9f9f9; } header { height: 50px; width: 100%; position:…
-
1
votes1
answer129
viewsQ: Make the tooltip visible without being in the Hover
I want the tooltip appear as soon as you load the page, other than by the effect of hover. [class*="tooltip"]{ position:relative; text-decoration:none; }…
-
0
votes1
answer90
viewsQ: A page with a list of other pages
I would like to know how I do, for example, page that will list the other pages:APP,SITE,etc: import { Component } from '@angular/core'; import { NavController, NavParams } from 'ionic-angular';…
-
1
votes1
answer52
viewsQ: Render the content on the screen from an option
Like to know how I do to instead of having multiple pages for each option of a menu, I just render according to the event by clicking the content on the screen, for example: <main…
-
1
votes3
answers260
viewsQ: How do I change the edge color of the input tag when selected
How do I change the checkbox border color when, for example option 1 is selected? Given my html code: <div class="opcao-de-entrega"> <p class="menu-opcoes-titulo"> Opções de entrega…
-
1
votes0
answers226
viewsQ: How to make Carousel in mobile mode appear only 1 column
For example I have the following code: <div class="col-md-12 text-center"><h3>Bootstrap 3 Multiple Slide Carousel DESKTOP</h3></div> <div class="col-md-6…
-
1
votes1
answer53
viewsQ: Like I do to Quebar the line in the D3 node.append
This is the code that generates the text tag in the svg of using the D3 library: nodeEnter.append("text") .attr("x", rectW / 2) .attr("y", rectH/3) .attr("dy", ".35em") .attr("text-anchor",…
-
0
votes1
answer46
viewsQ: Set value in scrolltop
How do I set a new value in scrolltop, instead of it being 0, be for example a number 'x'. this.liveScroller.dom.scrollTop = 563;
-
0
votes0
answers33
viewsQ: Indexeddb does not disappear data after giving refresh
As I do not disappear the added data, even giving refresh on the screen, I say after I add if I give refresh do not disappear the add data in my table: var indexedDB = window.indexedDB ||…
-
2
votes1
answer36
viewsQ: A Mutation Operation was attempted in a READ_ONLY transaction
Why I can’t add or delete id 1 or id 2 in the code? <!DOCTYPE html> <html lang="en"> <head> <meta charset="utf-8" /> <title>IndexedDB</title> <script…
-
0
votes1
answer179
viewsQ: Error Uncaught Domexception:
Uncaught Domexception: Failed to execute 'getImageData' on 'Canvasrenderingcontext2d': The source width is 0. But I’m doing the same getting the width of canvas, which is 664px; <canvas…
javascriptasked tatah 105