Is there any difference between the following code?
$(\'#whatever\').on(\'click\', function() { /* your code here */ });
and
They've now deprecated click(), so best to go with on('click')