Hello, I need a window.showModalDialog equivalent to open as modal and wait for it to continue the font, when I open it it becomes asynchronous from my site and does not work together.
ps window.showModalDialog works in IE
I have a problem with my pages after trying to put js in an external file it just stopped working, and I could not find the error so far.
Follow the codes
HTML
<script type="text/javascript" src="funcjs.js"></script>//den...
How do I correctly handle dataTable by paging every 5 seconds?
I even get to page, but when I increment the table it ends up stopping ..
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=...
I have the following code that I would like to make fadeIn and fadeOut after 3 seconds. I thought I would use setInterval to loop and then use setTimeout to give the time each div was visible. Is there any way...
I'm developing an application which calculates the average where I validate the fields if they are filled out and if the fields are filled and the sum of the notes is less than 10 it passes the inputText data to the calculating function of the m...
My problem is in trying to put information in the title, in the description or swap the page image by java script.
I am trying to make a shopping page (e-commerce) with angular and on the product page I would like to modify the title, descriptio...
I have a PHP form for registering recipes (for food). By filling out this form, it is registered in a MySQL database.
<form method="POST">
<input type="text" id="receita">
<input type="text" id="ingrediente"><button id="ad...
I have this component Primefaces:
<p:selectOneRadio id="mercado" styleClass="teste">
<f:selectItem itemLabel="Interno" itemValue="I"/>
<f:selectItem itemLabel="Externo" itemValue="E"/>
</p:selectOneRadio>
I t...
I want to make the menu stay fixed after some scrolling,
<script>
$("document").ready(function($){
var nav = $('.menu-topo');
$(window).scroll(function () {
if ($(this).scrollTop() > 150) {...