我如何能够从小孩的亲子上点击事件获得儿童投入的价值。
<>Dynamic RUS
<div class="tableRowOdd">
<input type="hidden" value="28">
04/11/2012
</div>
<>JS
$( #historyContainer .tableRowOdd ).live( click , function(e) {
// Here I want to get the hidden-input s value directly
// something like- $(this+ input ).val()
console.log( $(this) );
});
Don t Hope to dostrong, from $(this).html()。
请提供帮助。