I often use jQuery to solve some web issues. Today however I didn't just use jQuery, I extended it. See the nice border around the picture here. That's all created dynamically after the page loads by a simple line of code.$(document).ready(function(){
$('#content img').picframe();
});
And BAM! all the pictures in the content area have that nice border around them.
Published: February 19th pm28 5:26pm EthEST
