Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > it.comp.lang.javascript > #8021

jquery elenco campi modificati

Path csiph.com!usenet.blueworldhosting.com!feeder01.blueworldhosting.com!peer01.iad.highwinds-media.com!news.highwinds-media.com!feed-me.highwinds-media.com!mynewsgate.net!not-for-mail
From "Lampo" <22067invalid@mynewsgate.net>
Newsgroups it.comp.lang.javascript
Subject jquery elenco campi modificati
Message-ID <2016030716260422067@mynewsgate.net> (permalink)
Date Mon, 07 Mar 2016 16:26:04 GMT
X-Newsreader www.mynewsgate.net
X-Complaints-To abuse@mynewsgate.net
NNTP-Posting-Host 81.174.18.230
MIME-Version 1.0
Content-Type text/plain; charset=ISO-8859-15
Content-Transfer-Encoding 8bit
X-Received-Bytes 848
X-Received-Body-CRC 2925405010
Xref csiph.com it.comp.lang.javascript:8021

Show key headers only | View raw


Ciao a tutti, ho questa funzione jquery che mi dice l'ID del campo 
variato in una form, รจ possibile modificarla in modo da mettere in 
un'array tutti i campi modificati? qualcuno mi aiuta.
grazie

------------------
$(document).ready(function(){
    $("input,select,textarea").change(function () {
		document.getElementById("UDchange").value 
=$(this).attr('id');
    });
	});

Back to it.comp.lang.javascript | Previous | Next | Find similar


Thread

jquery elenco campi modificati "Lampo" <22067invalid@mynewsgate.net> - 2016-03-07 16:26 +0000

csiph-web