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...
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...
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.
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) !=...
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...
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...
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>
<...
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...
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...