Questions tagged as 'html'

0
answers

Loader bug jquery

people have a problem with my jquery jQuery: /Pre-Loader jQuery(window).load(function () { $('.site').hide(1); $('.id-sub').hide(); $("#loading").fadeOut(2000,function(){ $('.site').show("slow");...
asked by 20.07.2018 / 15:00
0
answers

Graphic not suitable for printing

I have a page that has several graphics and a button to print. Although I have put the graphics in a small size and one next to the other to print several graphics on the same sheet, when I print, it prints one underneath the other. How i...
asked by 20.07.2018 / 15:22
1
answer

Call delete on angle 6

I have this HTML <div class="container-fluid"> <div class="row"> <div class="col-md-12"> <table class="table table-striped table-bordered table-hover"> <caption>Lista de Ope...
asked by 20.07.2018 / 18:57
9
answers

How to hide / show a div in HTML?

How do I make a JavaScript that show / hide an HTML div? I tried type: function Mudarestado(divid) { var disp = document.getElementById(divid).style.display; disp = "none; // (ou disp = "block") } But that did not work.     
asked by 27.06.2014 / 20:33
1
answer

How to customize print in browser

I would like to customize the printing of pages in html so that only the number of pages is displayed. I checked that you can remove the header and footer @page { size: auto; margin: 5mm; } I just could not leave the pag...
asked by 11.07.2018 / 16:25
1
answer

How to make a "part" / line of the tbody be static on a responsive table?

Hello. I'm using tablesort to sort my table with each click I one of its headers. The problem is that the "Total" line <tr class="bg-info"> <th colspan="1">TOTAL:</th> ... </tr> was jumping along with the ord...
asked by 11.07.2018 / 16:09
0
answers

How do I make a face book plugin responsive?

This is the following, I have a facebook plugin that is inside a DIV which in turn is the body of the page, This DIV has margins so when reducing the size of the window the plugin goes out of the DIV. I need to reduce the size of the window by r...
asked by 09.07.2018 / 16:57
0
answers

Save canvas image with filters

I add image filters to the canvas, but I have to save the image to the database and when I make the image saved without the filters, save the original. My database is connecting through Ajax and I do not know how to link the filters with DB.   ...
asked by 09.07.2018 / 18:08
2
answers

Doubts HTML sum of attributes

Hello, I have the following question, I'm developing an application and I need to know how I could add a text attribute (as a form) to a link. Note: no need to use document.getelementbyid. Example: link + text typed in a text area. I'...
asked by 09.07.2018 / 16:26
1
answer

Why is not fullcalendar loading css?

Good afternoon I'm having a hard time implementing fullcalendar .. it appears all right, however the CSS does not load (I think) Am I doing any wrong import? Or is something missing? Thank you in advance for all of your time to help me!...
asked by 08.07.2018 / 18:56