featured-image

Prospect Profile: Devin Booker

Take a look at one of the top shooting guards hailing from Kentucky.

var heightInFeet = "6"; var heightInches = "6"; var weight = "206lbs"; var birthdate = "10/30/1996"; var school = "Kentucky"; var position = "SG"; var ppg = "10"; var rpg = "2.0"; var apg = "1.1"; var bpg = ".470"; var nbaComp = "Klay Thompson";

var quote1 = ""It's kind of like the college situation for me, they just want the best for me." - Booker on his parents as told to Vince Ellis, detroitfreepress.com"; var quote2 = ""Booker's appeal comes primarily because of his shooting. Many GMs believe he's the best pure shooter in the draft. " - Chad Ford, ESPN Insider";

var facebookLink = ""; var twitterLink = "https://www.twitter.com/DevinBook";

$('td#height').html(heightInFeet + "'" + heightInches + """); $('td#weight').html(weight); $('td#birthdate').html(birthdate); $('td#school').html(school); $('td#position').html(position); $('td#ppg').html(ppg); $('td#rpg').html(rpg); $('td#apg').html(apg); $('td#bpg').html(bpg); $('td#nbaComp').html(nbaComp);

$('li#quote1').html(quote1); $('li#quote2').html(quote2);

$('a#twitterLink').attr( "href", twitterLink); $('a#facebookLink').attr( "href", facebookLink);

$('img#twitter').mouseover(function () { $( 'img#twitter' ).attr("src","https://i.cdn.turner.com/drp/nba/kings/sites/default/files/tw-block-p.jpg"); }).mouseout(function(){ $( 'img#twitter' ).attr("src","https://i.cdn.turner.com/drp/nba/kings/sites/default/files/tw-block-w2_0.jpg"); } );

$('img#facebook').mouseover(function () { $( 'img#facebook' ).attr("src","https://i.cdn.turner.com/drp/nba/kings/sites/default/files/facebook-p.jpg"); }).mouseout(function(){ $( 'img#facebook' ).attr("src","https://i.cdn.turner.com/drp/nba/kings/sites/default/files/f-block-w.jpg"); } );