I want to add this javascript code in the footer of my wordpress site and it's not working correctly. What am I doing wrong?
how to install javascript in footer of wordpress
3
I want to add this javascript code in the footer of my wordpress site and it's not working correctly. What am I doing wrong?
<!-- eof container -->
<!--/voey branding-->
<div class="copyright">
<a class="calltoqtip" href="http://vnbeautysupply.com">Designed by voey Media<sup>®</sup></a>
<div class="growitqtip">
<div class="growitright">
<a href="http://vnbeautysupply.com class="slogan">best nails!!</a>
<p>Paragraph to add message</p>
<div class="growitleft">
<a href="http://vnbeautysupply.com
class="growitlogo">
<img src="catalog/view/theme/default/image/logo_small.png" style=""/>
</a>
<a class="url" href="http://vnbeautysupply.com">vnbeautysupply</a>
<a class="phone">(877) 274-4911</a>
<a class="address" href="http://vnbeautysupply">1234 st. 200<br/>CA</a>
</div>
<div style="clear:both;"></div>
</div>
<script type="text/javascript">
$(document).ready( function() {
$('.copyright .calltoqtip').qtip( {
content: $('.growitqtip'),
position: {
corner: {
target: 'topMiddle',
tooltip: 'bottomMiddle'
}
},
hide: {
fixed: true,
delay:800
},
style: {
width:450,
padding:10,
border:{
width:10,
radius:10,
color:'#fff'
}
}
});
});
</script>
<!--/eof voey branding-->
<!-- eof container -->
<!--/voey branding-->
<div class="copyright">
<a class="calltoqtip" href="http://vnbeautysupply.com">Designed by voey Media<sup>®</sup></a>
<div class="growitqtip">
<div class="growitright">
<a href="http://vnbeautysupply.com class="slogan">best nails!!</a>
<p>Paragraph to add message</p>
<div class="growitleft">
<a href="http://vnbeautysupply.com
class="growitlogo">
<img src="catalog/view/theme/default/image/logo_small.png" style=""/>
</a>
<a class="url" href="http://vnbeautysupply.com">vnbeautysupply</a>
<a class="phone">(877) 274-4911</a>
<a class="address" href="http://vnbeautysupply">1234 st. 200<br/>CA</a>
</div>
<div style="clear:both;"></div>
</div>
<script type="text/javascript">
$(document).ready( function() {
$('.copyright .calltoqtip').qtip( {
content: $('.growitqtip'),
position: {
corner: {
target: 'topMiddle',
tooltip: 'bottomMiddle'
}
},
hide: {
fixed: true,
delay:800
},
style: {
width:450,
padding:10,
border:{
width:10,
radius:10,
color:'#fff'
}
}
});
});
</script>
<!--/eof voey branding-->
- Patrick
- vryannn
Next Topics on Trending Feed
-
3