regx=/rate\.php\?id=\d{1,}&type=users&act=up/gm;
$("a").each(function(){
hh=$(this).attr('href');
if(regx.test(hh)){
$(this).click();
//alert($(this).attr('title'))
}
})
})
в комментарии алерт правильно выводит титл нужной ссылки
но клик не проиcходит а в еррорконсоли
Код:
|
Error: Component is not available |