Coding with Commas
I can’t remember for the life of me where I learning this trick from, but I thought I’d share it nonetheless. I’ve been using it quite frequently recently so it’s at the forefront of my thoughts. Take this block of jQuery code as an example: $(document).ready(function(){ $(‘#sortable’).sortable({ placeholder: ‘ui-state-highlight’, delay: 250, axis: ‘y’, handle: ‘a.move’ [...]