11/03 - Fantastic Friday!

Status
Not open for further replies.

Shawnbks9090

Active Member
Contributor
Joined
Dec 25, 2016
Messages
967
Reaction score
1,019
Points
468
Gender
Male
Probably related to this code in the HIT, which would break if you moved stuff without also moving that in tandem. Dunno without seeing it though.

I thought so too so i added the parent() bit below. still not clickable. it contains both those elements in my td cell I checked.

Code:
$('h3:contains("Questions")').after('<table border="4"><tr><td class="1" rowspan="3">1</td><td class="2">2</td><td class="3">3</td></tr><tr><td class="5">5</td><td class="6">6</td></tr><tr><td class="8">8</td><td class="9">9</td></tr></table>');

$("#video-placeholder").parent().prependTo('.1');
$("#playable-div").prependTo('.2');
$("#language-div").prependTo('.5');

I think this is the last time it was updated Kerek @Kerek fixed some stuff but I think it’s still jacked up...
http://www.mturkcrowd.com/posts/993463/
Thanks for that, I'll see if it plays auto. I was missing that I knew it was floating around.heh
 
  • Like
Reactions: <Gucci>
Status
Not open for further replies.