- Erreur
-
- Erreur lors du chargement des données de flux.
Javascript
C'est question qui revient souvent de la part de nos lecteurs. L'utilisation de jQuery avec ASP.NET n'est pas toujours facile, mais voyons comment il est possible d'obtenir toutes les valeurs de nos TextBox ou des TextBox sélectionnés avec jQuery tout en ignorant ceux dont aucune valeur n'a été saisie.
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>TextBox + jQuery</title> <script src="http://code.jquery.com/jquery-latest.js" type="text/javascript"></script> </head> <body> <input id="tb1" type="text" /><br /> <input id="tb2" type="text" /><br /> <input id="tb3" type="text" /><br /> <input id="tb4" type="text" class="selected" /><br /> <input id="tb5" type="text" /><br /> <input id="tb6" type="text" class="selected"/><br /> <input id="btnAll" type="button" value="Tous" /> <input id="btnSel" type="button" value="Les sélectionnés" /><br /> <p></p> </body> </html>
<script type="text/javascript">
$(function() {
$("#btnAll").click(function(e) {
$("p").text('').append($("input[type=text]").map(function() {
return $(this).val() || null;
}).get().join("<br/> "));
});
$("#btnSel").click(function(e) {
$("p").text('').append($("input.selected").map(function() {
return $(this).val() || null;
}).get().join("<br/> "));
});
});
</script>
Envoyer par mail
Vu: 1033
Commentaires (13)

happy
Par Ed Hardy , mai 13, 2010
Par Ed Hardy , mai 13, 2010
It's a satisfying life too. In the summer we canoe on the river, go picnicking in the woods and take long bicycle rides.
...
Par wholesale mens shoes , juillet 29, 2010
Par wholesale mens shoes , juillet 29, 2010
I cocked both barrels and leveled the shotgun at him. Had he moved, attempted tohttp://www.cheapwholesalejersey.com drop down the companionway, I know I should have shot him. But he stood motionless and staring as before. And as I faced him, with leveled gun shaking in my hands, I had time to note the worn and haggard appearance ofhttp://www.wholesale-jerseys.net his face. It was as if some strong anxiwholesale Men shoes ety had wasted it. The cheeks were sunken, and there was a wearied, puckered expression on the brow; and it seemed to me that his eyes were strange, not only the expression, but the physical seeming, as though the optic nerves and supporting muscles had suffered strain and slightly http://www.goodshoesclub.com/twisted the eyeballs.
reply this topic
Par Holman35Alexis , août 23, 2010
Par Holman35Alexis , août 23, 2010
Houses are expensive and not everybody can buy it. However, mortgage loans was invented to help people in such situations.
re
Par dissertation writing , août 29, 2010
Par dissertation writing , août 29, 2010
Well composed thesis topics close to this good post performed by custom thesis service or custom dissertation service will be a very good step to the success.
reply
Par original essay , août 31, 2010
Par original essay , août 31, 2010
Various essays writing services propose the buying essays papers. But, you have to to opt for the masters papers writing service to buy the essay at.
respond this topic
Par persuasive essays to buy , septembre 01, 2010
Par persuasive essays to buy , septembre 01, 2010
I've been tried to compose my academic tasks myself until my comrade hinted me to pay for quality essays. I should tell that it is workable!
answer this topic
Par essay writers , septembre 02, 2010
Par essay writers , septembre 02, 2010
Tired of wasting days for term paper titles creating? Trouble no more! Buy written essays from article writing service and be sure that you have great quality papers.
Ecrivez un commentaire















