Help with converting code
Posted: Wed Mar 05, 2014 1:56 am
I'm looking to add this code into my wordpress site. How would i go about making this work?
Code: Select all
$(document).ready(function(){
$(".stars").rating({
php : 'path/to/manager.php',
skin : 'skins/skin.png'
});
});