For example:
<div class="container">
<div class="position"></div> <!-- Essa tinha que ser position [0]-->
<div class="position"></div> <!-- Essa tinha que ser position [1]-->
<div class="other...
I need to select the ul parent of the li element being clicked. But as a li stays within the other the javascript understands that I am clicking on li and all li pais.
<ul class="lista">
<li clas...
I really wanted to start developing applications for Android phones, but I have almost no knowledge about the operating system SDK, I have more knowledge about HTML, Javascript, CSS.
I have in mind that creating an Android app should be well...
I am making a numbered list with countdown counters using counter-reset . I currently place the number of items in the list manually:
.faq { counter-reset:my-counter 2; }
.faq dt { counter-increment: my-counter -1; }
.faq dt:before {...
I'm a HTML/CSS/PHP programmer for a few years and incredible and impossible to look at, I'm just entering the Javascript world with jQuery and AJAX now. My question is whether the security level is affected when we pass para...
I have the following HTML code, and in the action section the address obeying my query string:
<form name="searchCard" class="serachCard" method="get" action="painel.php?spv=nav/buscarCard">
<fieldset>
<legend>Pes...
I have a site under construction that people have the possibility to insert an email, I would like that as soon as they enter your email and click the "subscribe" button, send an automatic reply email to them, how could do that?
this is the code:
var res = VerFileRepetidoBancoAjax( "teste" );
console.log("res="+res);
function VerFileRepetidoBancoAjax( str ){
$.ajax({
url: "caminho.",
type: "get",
dataType:"json",
data: "dado="+ str,
async:...