jquery if today is friday

JavaScript
new Date().getDay();  //0=Sun, 1=Mon, ..., 6=Sat
Source

Also in JavaScript: