Questions tagged as 'html'

3
answers

How to automatically fill in a field?

I have a form where I want to request the District and County using the postal code and appearing the fields that I want with autocomplete. For example: The person places the Zip Code "5489-698" and Appears district and County automati...
asked by 25.03.2014 / 10:28
1
answer

Syntax Highlight and TinyMCE4

Whenever I put a JS, PHP or CSS script in tinymce within the <pre> tags, as Syntax Highlight does, it works perfectly, however if I want an HTML script, as tinymce is an HTML editor, it takes my own tag <pre> and throw...
asked by 29.01.2014 / 14:16
4
answers

How do I make a textbox always right when I'm focused?

I have a textBox money value that is with 0,00 , when I click to type a value example 12345 , it gets 10023,45 . I would like to know how I can sort this with Javascript.     
asked by 30.01.2014 / 21:02
1
answer

Divide a table to optimize your page space

I have array and with it I make a table with data comparison, this table is too large (you have to scroll scroll of the mouse a lot) and the right side of the screen is blank. Script: reset($quebra); while (key( $quebra) !=...
asked by 30.01.2014 / 13:01
2
answers

Metadata OGP.ME What is the ideal size of the image for social networks

I use the metadatas of The Open Graph protocol for sharing social networks, especially Facebook. <meta property="og:image" content="http://example.com/ogp.jpg" /> <meta property="og:image:secure_url" content="https://secure.exampl...
asked by 15.02.2014 / 01:44
0
answers

Animation as in this site http://deen.com.br/ [closed]

I wanted to deploy to a site the effect on the scroll that occurs at the beginning of this site link , where it seems that the screen is moving     
asked by 02.01.2019 / 16:11
1
answer

How to solve the problem of the square when dragged by the mouse cursor?

When the movement of the mouse is rapid it ends up leaving the square and thus the square does not move along with the mouse, I would like to know a solution so that the square always accompanies the mouse independent of him leaving the field of...
asked by 30.12.2018 / 14:06
0
answers

Delete space between the Menu with div class navbar and a responsive Html table [duplicate]

I have a table html that is responsible for displaying the system content for the user, and the problem is that there is a space that persists between the Menu and that % > table html . Top Menu: <!DOCTYPE html> <html> <...
asked by 28.12.2018 / 19:49
1
answer

Button does not work when using append / prepend

I'm trying to put a button by append taken via ajax. After being placed in html , button stops working, (everything works normally after refreshing the page, because it 'catches' the database data), I already researche...
asked by 11.02.2018 / 16:41
1
answer

How to avoid page being displayed in another tab

I have this jquery $(window.document.location).attr('href', '/gerenciarpdv'); And this button calls this page <button id="teste1" name="teste" class="btn-pesquisa" onclick="ChamaGerencia();">GerenciarPDV</button> The proble...
asked by 07.05.2014 / 02:36