08/03 Schism Saturday

Status
Not open for further replies.

Bolbor

zug zug
Joined
Jan 12, 2016
Messages
1,457
Reaction score
2,880
Points
513
Age
31
Anybody have any insight into why this won't work for those Doug Beefermans?


Code:
$('input:radio[name=reco_yes]').val(['reco_yes']);
$("input:radio[name=reco_yes]").attr('checked', true).trigger('click');
$('input:radio[name=rater_sex_male]').val(['yes2']);
$("input:radio[name=rater_sex_male]").attr('checked', true).trigger('click');
 

DCI

Well-Known Member
Joined
Jan 14, 2016
Messages
1,997
Reaction score
6,223
Points
763
Age
46
Location
212
Gender
Male
Anybody have any insight into why this won't work for those Doug Beefermans?


Code:
$('input:radio[name=reco_yes]').val(['reco_yes']);
$("input:radio[name=reco_yes]").attr('checked', true).trigger('click');
$('input:radio[name=rater_sex_male]').val(['yes2']);
$("input:radio[name=rater_sex_male]").attr('checked', true).trigger('click');
Because those elements are inside of a shadowroot. Inspect > Copy > JS Path will usually give you a working selector in Chrome.
 

Bolbor

zug zug
Joined
Jan 12, 2016
Messages
1,457
Reaction score
2,880
Points
513
Age
31
Because those elements are inside of a shadowroot. Inspect > Copy > JS Path will usually give you a working selector in Chrome.
That functionality is super useful, thanks! Might be a bit out of my realm to hack together I guess.
 
  • Like
Reactions: DCI

HelloHello

Well-Known Member
Joined
Mar 3, 2018
Messages
8,736
Reaction score
19,692
Points
938
Gender
Female
I'm thinking of ordering a ceramic kitchen knife. Does anybody have experience to share about those?
 

sweetpea0678

Well-Known Member
Joined
Feb 4, 2016
Messages
1,028
Reaction score
4,717
Points
513
Age
45
Gender
Female
Greetings from Amazon Mechanical Turk,

You've received a bonus from Ashley for work related to 3QQUBC64ZES2DAKZD0PWK837OXTXNC.
The value of your bonus is: $0.05 USD

The Requester included this note:
Here is your bonus.

Thanks for being a Worker on Mechanical Turk!
 

HelloHello

Well-Known Member
Joined
Mar 3, 2018
Messages
8,736
Reaction score
19,692
Points
938
Gender
Female
Title: Survey on Individuals' Attitudes and Behaviors | Accept
Requester: Hayeon Lee [A3C8E07063IWC5] Contact
TV: No Reviews
TO: No Reviews
TO2: No Reviews
Reward: 1.50
Duration: 1:00:00
Available: 1
Description: This survey takes up to 15-min., and is asking your attitudes and behaviors in social situations.
Qualifications: Gender - Female EqualTo 1; HIT approval rate (%) GreaterThanOrEqualTo 90; Location EqualTo US

Less than 5 minutes
 
  • Like
Reactions: Blakkat
Status
Not open for further replies.