//Sample solution to script.js
$(document).ready(function(){
var $allTheLinks = $('a');
$allTheLinks.attr('href',function(index,value){
return '/life' + value;
});
});
$(document).ready(function(){
var $allTheLinks = $('a');
$allTheLinks.attr('href',function(index,value){
return '/life' + value;
});
});
No comments:
Post a Comment