featured-image

Prospect Profile: Jerian Grant

Take a look at the playmaker guard out of Notre Dame who helped lead his team to the Elite Eight.

var heightInFeet = "6"; var heightInches = "5"; var weight = "204lbs"; var birthdate = "10/9/1992"; var school = "Notre Dame"; var position = "PG/SG"; var ppg = "16.5"; var rpg = "3.0"; var apg = "6.7"; var bpg = ".478"; var nbaComp = "Bobby Jackson";

var quote1 = ""While people worry a bit about his age, his jumper and what position he'll ply in the NBA, most see him contributing right away at the NBA level." - Chad Ford, ESPN Insider"; var quote2 = ""I think I bring a lot of playmaking skills. Get guys better looks and just making the guys around me a lot better." - Grant to foxsports.com";

var facebookLink = "https://www.facebook.com/jerian.grant?fref=ts"; var twitterLink = "https://www.twitter.com/JerianGrant";

$('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"); } );