Goal: Collect the array manipulation methods 1. add item to an array shift: The shift() method removes the first element from an array and returns that element. This method changes the length of the array. pop: The pop() method removes the last element from an array and returns that element. 3. insert item to an […]
Search Results for: cheet sheet 4 results
13 Sep 2014
js array Cheet Sheet
19:26 |
, javascript
|
1101 views
3 Sep 2014
wordpress date format Cheet Sheet
21:23 |
, wordpress
|
1015 views
Goal: wordpress date formatting reference sample Day of Month Weekday Month Year Time Full Date/Time see also: http://codex.wordpress.org/Formatting_Date_and_Time
Goal: wordpress date formatting reference sample Day of Month Weekday Month Year Time Full Date/Time see also: http://codex.wordpress.org/Formatting_Date_and_Time
6 Jun 2014
jQuery Select Cheet Sheet
9:05 |
, jquery
|
928 views
Goal: to collect all the available select types textbox: see also: other cheet sheets
Goal: to collect all the available select types textbox: see also: other cheet sheets
31 May 2014
jQuery Easing Cheat Sheet
8:36 |
, javascript
, jquery |
1596 views
Goal: provide quick reference of easing 1. coding skeleton 2. easing reference source: easings.net see also: easing fix for wordpress, other cheet sheets
Goal: provide quick reference of easing 1. coding skeleton 2. easing reference source: easings.net see also: easing fix for wordpress, other cheet sheets