by Chris
15. June 2011 01:11

I just stumbled across the coolest feature for Chrome 12, and if the screenshot doesn't explain it all, the JavaScript console now comes with a De-obfuscate code option. Any JavaScript that was minified can now be turned into the prettiest code west of the Mississippi. With this great feature, I feel like I can figure out how just about anything works on the web.
More...
by Chris
8. June 2011 14:19

In the newest version of jQuery, 1.6, a new function .prop() was introduced to distinguish the difference between a DOM property and a HTML attribute.
.prop() returns the DOM property, where .attr() returns the HTML attribute. Here's what the differences are.
More...