私はこのjQueryコードを持っています:
$('#uploadedFiles') // jQuery
.find("input[value='"+searchedValue+"']").each(function(){
window.alert($(this).attr("id"));
});
これは Mootools にどのように変換されますか?
私はこのjQueryコードを持っています:
$('#uploadedFiles') // jQuery
.find("input[value='"+searchedValue+"']").each(function(){
window.alert($(this).attr("id"));
});
これは Mootools にどのように変換されますか?