Thread Starter
fl0w85
(@fl0w85)
Thanks a lot mate 🙂 In basic i just went to Settings -> Media and checked youtube i dont know how i missed that 🙁
Sorry to bother you and thanks agian! 🙂
Thread Starter
fl0w85
(@fl0w85)
Thread Starter
fl0w85
(@fl0w85)
Hello, thanks for reply. i have script like this
<script type="text/javascript">
$.noConflict();
jQuery(function($) {
$(document).ready(function(){
$('.demo6').jrumble({
speed: 50
});
$('.demo6').hover(function(){
$j(this).trigger('startRumble');
}, function(){
$(this).trigger('stopRumble');
});
});
});
</script>
and it loads
<script src="<?php bloginfo('template_directory');?>/js/jquery.jrumble.1.2.min.js" type="text/javascript"></script>
and script work on html but no on WP