/ Published in: JavaScript
Expand |
Embed | Plain Text
function showMarino() { content = '<p>Soomething cool</p>'; $('#thaDiv').hide().html(content).fadeIn('slow'); };
You need to login to post a comment.
function showMarino() { content = '<p>Soomething cool</p>'; $('#thaDiv').hide().html(content).fadeIn('slow'); };
You need to login to post a comment.