• 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!

Help! jquery problem

The English

New Member
Joined
Dec 19, 2011
Messages
1
Reaction score
0
How i am make work this?

JS:
PHP:
$(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 mouse over..... how i am do this?

rep++ if help thx
 
Back
Top