[1],name=test[2]...
is there a way to specify a placeholder in the selector?
i think about
$('select[name=id[*]]').each(function(){
alert($(this).html())
});
is there any possibility for that?
thanks for your replies
is there a way to specify a placeholder in the selector?
i think about
$('select[name=id[*]]').each(function(){
alert($(this).html())
});
is there any possibility for that?
thanks for your replies
No comments:
Post a Comment