• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Recent content by The English

  1. T

    Help! jquery problem

    How i am make work this? JS: $(document).ready(function(){ $(".gsc-videoResult").mouseover(function() { var src = $(".gs-title").attr("href").match("[\?&]v=([^&#]*)")[1]; $("#youtube-player").attr("src",src); }); }); I want #youtube-player to get attr of src in .gsx-videoResult when...
Back
Top