I'm creating a search bar where the user goes typing and is filtering the content of <li> in real time. I have a similar code:
HTML
<ul id="list-search-filter-map">
<li><a href="">Conteudo 1</li&g...
I'm a beginner on programming and I'm not able to insert fixed header and footer on every page of the site. I saw here on the site an option with RenderBoy and RenderSection but I confess I did not understand.
The site in question is simple and...
I copied this example from a website but it does not work.
<form oninput="result.value=parseInt(a.value)+parseInt(b.value)">
0<input type="range" name="b" value="50" />100 +<input type="number" name="a" value="10" /> =
<...
I'm working on a system that requires paging of data, but first I'd like to sort the json I get in the order of user names.
JSON is in the format:
[["22","Aiolinhos","23","[email protected]","Administradores","SIM"],["20","Aiorinhos","...
I have a project that I need to add header / footer / watermark, dynamically in existing PDF files, through the PHP language.
I've researched a lot and still can not find a way to do this.
Is it possible to edit existing PDFs in PHP and ad...
I have an audio folder with voices / words recorded in wave and I want to run Javascript in different cases. For example: "Error logging in. Please try again". I found some codes on the web but they do not play the audios one by one. Here in Sta...
I'm having a problem with jQuery checkbox manipulation.
I have several fieldsets with checkboxes, and I want that when the person clicks on a check the check value is added to the input hidden of each fieldset.
I wanted to know how I get th...
I intend to create a seemingly simple function. My code is this:
var coordenates = $(".coordenates");
var add = $('.add');
var remove = $('.remove');
var newCoordenate = '<div class="coordenates"><input type="text" />, <...
I could not do it alone, I wanted your help. I would be grateful if anyone could solve this problem for me.
This is the photo on my slide.
ThisismyHTMLcode.
<div class="main">
<div class="slideshow">
<div class="s...