Fixing macOS Dock Focus Issue: Make App Windows Active on Click

Author: , February 8th, 2025

If you’re using macOS 14.7.3 and experiencing an annoying issue where clicking a running app’s icon in the Dock doesn’t immediately make it active for typing, you’re not alone. Instead of the expected behavior—where the app comes to the forefront, ready for interaction—you might find yourself having to click inside the app’s window before you […]

How To Get jQuery DataTables Pagination and jEditable To Work Together

Author: , May 23rd, 2012

How To Bind jQuery .live() To Multiple Events

Author: , April 17th, 2011

As of jQuery 1.4.1 .live() can accept multiple, space-separated events, similar to the functionality provided in .bind(). For example, we can “live bind” the click and focus events at the same time like so:

Another example, this time creating a hover effect: