User : satie83

Title User Language Tags Description Date
jQuery - Function on toggleClass complete satie83 jQuery

How can I do a function once a toggleClass has completed?

The .toggleClass method along with all other animation methods return a deferred object that you can access using .promise(). At that point, you can bind to it's done method.

Friday
Javascript - How to know if an object is Empty satie83 JavaScript

Assuming that by empty means "has no properties of its own"

June 13
GIT - Restore a deleted file in a Git repo satie83 Bash

Say I'm in a Git repository. I delete a file and commit that change. I continue working and make some more commits. Then, I find I need to restore that file.

April 18
CSS - Spacing between thead and tbody satie83 CSS

Spacing between thead and tbody

April 11
JavaScript - Get Cookies satie83 JavaScript

The following function loads all browser-cookies into an associative array with the cookie name as the index and the cookie value as the value

January 16
MySQL - Simulate MySQL Queries satie83 MySQL

You could start a transaction before running your queries and then rollback after running them. Note that to do this you'll require InnoDB or XtraDb tables (won't work on MyISAM).

September 20
CSS - Adding shadow to text – text-shadow satie83 CSS

Helps make your text stand out from the rest

August 12
CSS - Having multiple columns satie83 CSS August 12
CSS - Quickly create pull-quotes satie83 CSS August 12
CSS - Flipping an image – transform satie83 CSS August 12
CSS - Giving your footer a fixed position – position:fixed satie83 CSS August 12
CSS - Eric Meyers CSS reset satie83 CSS August 12
CSS - File format-dependent link styles satie83 CSS August 12
CSS - Changing the size of your content area satie83 CSS August 12
CSS - Comprehensive List of Browser-Specific CSS Hacks satie83 CSS August 12